Skip to main content

IPersistentObjectStorage<T> Properties

Base interface that defines a storage which holds persistent objects.
Name Description
AutoReload Gets or sets whether persistent object data is automatically fetched from the data source when it is modified.
CustomFieldMappings Provides access to a collection of custom field mappings.
DataMember Gets or sets the data source member which supplies data to the storage object.
DataSource Gets or sets the object used as the data source to store persistent objects (appointments, resources., appointment dependencies).
Filter Gets or sets a string used to filter storage objects.
FilterCriteria Gets or sets the criteria to filter persistent objects in the storage.
Items Gets the collection of persistent objects within the storage.
Mappings Provides access to property mappings.
Storage Provides access to the base storage component which holds persistent objects of any kind.
See Also