ResourceCustomFieldMapping Properties
Represents a mapping of a custom property of a resource to an appropriate data field.Name | Description |
---|---|
Member | Gets or sets the name of the field in a data source which should be mapped to a custom property of a resource. |
Name | Gets or sets the name of the property which should be mapped to a specific member in a datasource. Inherited from CustomFieldMappingBase<T>. |
Type | Gets the type of this custom field mapping object. Inherited from CustomFieldMappingBase<T>. |
ValueType | Gets or sets the value type of a custom field. Inherited from CustomFieldMappingBase<T>. |
See Also