IResourceStorageBase Properties
A base interface that defines a storage which holds resources for appointments.
Name | Description |
---|---|
Auto |
Gets or sets whether persistent object data is automatically fetched from the data source when it is modified.
Inherited from IPersistent |
Color |
Gets or sets a type of format to store the color information. |
Custom |
Provides access to a collection of custom field mappings.
Inherited from IPersistent |
Data |
Gets or sets the data source member which supplies data to the storage object.
Inherited from IPersistent |
Data |
Gets or sets the object used as the data source to store persistent objects (appointments, resources., appointment dependencies).
Inherited from IPersistent |
Filter |
Gets or sets a string used to filter storage objects.
Inherited from IPersistent |
Filter |
Gets or sets the criteria to filter persistent objects in the storage.
Inherited from IPersistent |
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 IPersistent |
See Also