ResourceMappingInfo Properties
Provides information on the mapping of the resource’s properties to the data source fields.| 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. |
See Also