IAppointmentDependencyStorage Properties
An interface of a storage which holds a collection of appointment dependencies.Name | Description |
---|---|
AutoReload | Gets or sets whether persistent object data is automatically fetched from the data source when it is modified. Inherited from IPersistentObjectStorage<T>. |
CustomFieldMappings | Provides access to the collection of objects specifying how the custom properties of an appointment dependency map to the corresponding data fields. |
DataMember | Gets or sets the data source member which supplies data to the storage object. Inherited from IPersistentObjectStorage<T>. |
DataSource | Gets or sets the object used as the data source to store persistent objects (appointments, resources., appointment dependencies). Inherited from IPersistentObjectStorage<T>. |
Filter | Gets or sets a string used to filter storage objects. Inherited from IPersistentObjectStorage<T>. |
FilterCriteria | Gets or sets the criteria to filter persistent objects in the storage. Inherited from IPersistentObjectStorage<T>. |
Items | |
Mappings | Gets an object that specifies how persistent resource properties map to the data source fields. |
Storage | Provides access to the base storage component which holds persistent objects of any kind. Inherited from IPersistentObjectStorage<T>. |
See Also