ResourceCustomFieldMapping Constructors
Represents a mapping of a custom property of a resource to an appropriate data field.Name | Parameters | Description |
---|---|---|
ResourceCustomFieldMapping() | none | Initializes a new instance of the ResourceCustomFieldMapping class with the default settings. |
ResourceCustomFieldMapping(String, String, FieldValueType) | name, member, valueType | Initializes a new instance of the ResourceCustomFieldMapping class with the specified name, member and value type. |
ResourceCustomFieldMapping(String, String) | name, member | Initializes a new instance of the ResourceCustomFieldMapping class with the specified name and member. |
See Also