AppointmentSynchronizer Properties
Serves as the base class for classes that provide functionality for synchronizing the appointments contained in the XtraScheduler storage and another scheduling application.Name | Description |
---|---|
ForeignIdFieldName | Gets or sets the field name that contains the Foreign ID in the third-party scheduling application (MS Outook) database with which appointment data is exchanged. |
IsTermination | Indicates that the export/import process was terminated. Inherited from AppointmentExchanger. |
SourceObjectCount | Gets the number of objects (appointments) that will take part in an exchange procedure. Inherited from AppointmentExchanger. |
Storage | Gets the storage with which the current appointment exchanger is synchronized. Inherited from AppointmentExchanger. |
See Also