IPersistentObjectStorage<T> Members
In This Article
#Properties
Name | Description |
---|---|
Auto |
Gets or sets whether persistent object data is automatically fetched from the data source when it is modified. |
Custom |
Provides access to a collection of custom field mappings. |
Data |
Gets or sets the data source member which supplies data to the storage object. |
Data |
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. |
Filter |
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. |
#Methods
Name | Description |
---|---|
Append |
Clears existing base mappings and appends the specified mappings. |
Clear() |
Locks the IPersistent |
Create |
Creates the custom fields specific to this persistent object and adds them to the object’s custom fields collection. |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable. |
Get |
Gets the names of data columns associated with this IPersistent |
Get |
Returns the data row object that contains information about the specified persistent object. |
Get |
Obtains the value of the specified field in the data row that contains information about the specified persistent object. |
Set |
Assigns the specified value to a field in the data row that contains information about the specified persistent object. |
Validate |
Checks mapped data source fields and mappings for availability and duplicates. |
See Also