Skip to main content
A newer version of this page is available. .

AppointmentCustomFieldMapping Constructors

Mapping of a custom appointment property to a data field.
Name Parameters Description
AppointmentCustomFieldMapping() none Initializes a new instance of the AppointmentCustomFieldMapping class with the default settings.
AppointmentCustomFieldMapping(String, String, FieldValueType) name, member, valueType Initializes a new instance of the AppointmentCustomFieldMapping class with the specified name of the appointment property, member name (the name of the field in the data source) and the field type.
AppointmentCustomFieldMapping(String, String) name, member Initializes a new instance of the AppointmentCustomFieldMapping class with the specified name of the appointment property and member name (the name of the field in the data source).
See Also