AppointmentDependencyCustomFieldMapping Properties
Specifies mapping of a custom property of an appointment dependency to an appropriate data field.| Name | Description |
|---|---|
| Member | Gets or sets the name of the member in a data source which should be mapped to a specific property. |
| 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