AppointmentMapping Constructors
Specifies the mapping of the appointment properties to the appropriate data fields.Name | Parameters | Description |
---|---|---|
AppointmentMapping() | none | Initializes a new instance of the AppointmentMapping class with the default settings. |
AppointmentMapping(AppointmentStorage) | dataStorage | Initializes a new instance of the AppointmentMapping class with the specified appointment storage. |
See Also