corelibraries-devexpress-dot-xtrascheduler-dot-resourcemappinginfo-dot-underscore-members.md
Provides information on the mapping of the resource’s properties to the data source fields.
| Name | Description |
|---|---|
| ResourceMappingInfo() | Initializes a new instance of the ResourceMappingInfo class with the default settings. |
| Name | Description |
|---|---|
| Caption | Gets or sets the data field which a resource’s Resource.Caption property is bound to. |
| CaptionConversionBehavior | Gets or sets the converter position in the data processing chain between the data source and the object’s property. |
| CaptionConverter | Gets or sets a value converter for the Resource.Caption property. |
| Color | Gets or sets the data field to which the resource color is bound. |
| ColorConversionBehavior | Gets or sets the converter position in the data processing chain between the data source and the object’s property. |
| ColorConverter | Gets or sets a value converter for the Resource.Color property. |
| Id | Gets or sets the data field to which a resource’s Id property is bound. |
| IdConversionBehavior | Gets or sets the converter position in the data processing chain between the data source and the object’s property. |
| IdConverter | Gets or sets a value converter for the Resource.Caption property. |
| Image | Gets or sets the data field to which a resource image is bound. |
| ImageConversionBehavior | Gets or sets the converter position in the data processing chain between the data source and the object’s property. |
| ImageConverter | Gets or sets a value converter for the Resource.Image property. |
| ParentId | Gets or sets the data field which a resource’s ParentId property is bound to. |
| ParentIdConversionBehavior | Gets or sets the converter position in the data processing chain between the data source and the object’s property. |
| ParentIdConverter | Gets or sets a value converter for the Resource.ParentId property. |
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines 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() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines 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