Skip to main content

AppointmentDependencyCustomFieldMapping Constructors

Specifies mapping of a custom property of an appointment dependency to an appropriate data field.
Name Parameters Description
AppointmentDependencyCustomFieldMapping() none Initializes a new instance of the AppointmentDependencyCustomFieldMapping class with the default settings.
AppointmentDependencyCustomFieldMapping(String, String, FieldValueType) name, member, valueType Initializes a new instance of the AppointmentDependencyCustomFieldMapping class with the specified name, member and value type.
AppointmentDependencyCustomFieldMapping(String, String) name, member Initializes a new instance of the AppointmentDependencyCustomFieldMapping class with the specified name and member.
See Also