Back to Devexpress

Mapping Members

maui-devexpress-dot-maui-dot-scheduler-dot-mapping-dot-underscore-members.md

latest3.1 KB
Original Source

Mapping Members

The property mapping that specifies source object’s property that supply data to a scheduler item’s property.

Constructors

NameDescription
Mapping()Initializes a new instance of the Mapping class.
Mapping(String)Initializes a new instance of the Mapping class with specified settings.

Properties

NameDescription
ConversionBehaviorGets or sets on which conversion stage the mapping uses Converter.
ConverterGets or sets a converter that transforms source object’s property value into scheduler item’s property value, and vise versa.
FieldNameGets or sets the name of a source object’s property that is mapped to a scheduler item’s property.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from System.Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from System.Object.
GetHashCode()Serves as the default hash function. Inherited from System.Object.
GetType()Gets the Type of the current instance. Inherited from System.Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from System.Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from System.Object.
ToString()Returns a string that represents the current object. Inherited from System.Object.

Operators

NameDescription
Implicit(String to Mapping) staticImplicitly converts the specified string value into a mapping instance.

See Also

Mapping Class

DevExpress.Maui.Scheduler Namespace