IAppointmentDependencyStorage Methods
An interface of a storage which holds a collection of appointment dependencies.
Name | Description |
---|---|
Add |
Adds the specified appointment dependency object to the storage. |
Add |
Appends an array of appointment dependencies to the storage. |
Append |
Clears existing base mappings and appends the specified mappings.
Inherited from IPersistent |
Clear() |
Locks the IPersistent |
Create |
Creates a dependency of the specified type between two appointments specified by their IDs. |
Create |
Creates a dependency between two appointments specified by their Ids. |
Create |
Creates the custom fields specific to this persistent object and adds them to the object’s custom fields collection.
Inherited from IPersistent |
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.
Inherited from IPersistent |
Get |
Obtains the value of the specified field in the data row that contains information about the specified persistent object.
Inherited from IPersistent |
Load |
Loads appointment dependencies from the stream in XML format to the resource storage. |
Load |
Loads appointment dependencies from the specified file in XML format to the storage. |
Remove |
Removes an appointment dependency from the storage. |
Save |
Saves appointment dependencies from the storage to the specified stream. |
Save |
Saves appointment dependencies from the storage to a file in XML format. |
Set |
Assigns the specified factory to the appointment dependency storage. |
Set |
Assigns the specified value to a field in the data row that contains information about the specified persistent object.
Inherited from IPersistent |
Validate |
Checks mapped data source fields and mappings for availability and duplicates.
Inherited from IPersistent |
See Also