ASPxResourceMappingInfo Members
Provides information on the mapping of the resource’s properties to appropriate data fields.Constructors
Name | Description |
---|---|
ASPxResourceMappingInfo() | Initializes a new instance of the ASPxResourceMappingInfo class with default settings. |
Properties
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. Inherited from ResourceMappingInfo. |
CaptionConverter | Gets or sets a value converter for the Resource.Caption property. Inherited from ResourceMappingInfo. |
Color | Gets or sets the data field to which a resource’s color property is bound. |
ColorConversionBehavior | Gets or sets the converter position in the data processing chain between the data source and the object’s property. Inherited from ResourceMappingInfo. |
ColorConverter | Gets or sets a value converter for the Resource.Color property. Inherited from ResourceMappingInfo. |
IdConversionBehavior | Gets or sets the converter position in the data processing chain between the data source and the object’s property. Inherited from ResourceMappingInfo. |
IdConverter | Gets or sets a value converter for the Resource.Caption property. Inherited from ResourceMappingInfo. |
Image | Gets or sets the data field to which a resource’s Resource.ImageBytes property is bound. |
ImageConversionBehavior | Gets or sets the converter position in the data processing chain between the data source and the object’s property. Inherited from ResourceMappingInfo. |
ImageConverter | Gets or sets a value converter for the Resource.Image property. Inherited from ResourceMappingInfo. |
ParentIdConversionBehavior | Gets or sets the converter position in the data processing chain between the data source and the object’s property. Inherited from ResourceMappingInfo. |
ParentIdConverter | Gets or sets a value converter for the Resource.ParentId property. Inherited from ResourceMappingInfo. |
ResourceId | Gets or sets the data field to which an appointment’s Appointment.ResourceId property is bound. |
Methods
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. Inherited from ResourceMappingInfo. |
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