Back to Devexpress

ResourceMappingInfo Members

corelibraries-devexpress-dot-xtrascheduler-dot-resourcemappinginfo-dot-underscore-members.md

latest5.8 KB
Original Source

ResourceMappingInfo Members

Provides information on the mapping of the resource’s properties to the data source fields.

Constructors

NameDescription
ResourceMappingInfo()Initializes a new instance of the ResourceMappingInfo class with the default settings.

Properties

NameDescription
CaptionGets or sets the data field which a resource’s Resource.Caption property is bound to.
CaptionConversionBehaviorGets or sets the converter position in the data processing chain between the data source and the object’s property.
CaptionConverterGets or sets a value converter for the Resource.Caption property.
ColorGets or sets the data field to which the resource color is bound.
ColorConversionBehaviorGets or sets the converter position in the data processing chain between the data source and the object’s property.
ColorConverterGets or sets a value converter for the Resource.Color property.
IdGets or sets the data field to which a resource’s Id property is bound.
IdConversionBehaviorGets or sets the converter position in the data processing chain between the data source and the object’s property.
IdConverterGets or sets a value converter for the Resource.Caption property.
ImageGets or sets the data field to which a resource image is bound.
ImageConversionBehaviorGets or sets the converter position in the data processing chain between the data source and the object’s property.
ImageConverterGets or sets a value converter for the Resource.Image property.
ParentIdGets or sets the data field which a resource’s ParentId property is bound to.
ParentIdConversionBehaviorGets or sets the converter position in the data processing chain between the data source and the object’s property.
ParentIdConverterGets or sets a value converter for the Resource.ParentId property.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetRequiredMappingNames()Gets an array containing the names of all the ResourceMappingInfo object’s properties that have to be bound to corresponding data fields.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

ResourceMappingInfo Class

DevExpress.XtraScheduler Namespace