AppointmentDependencyDataStorage Methods
A storage which holds a collection of appointment dependencies.| Name | Description |
|---|---|
| Add(AppointmentDependency) | Adds the specific AppointmentDependency to this AppointmentDependencyDataStorage. |
| Add(Object, Object, AppointmentDependencyType) | Adds the AppointmentDependency with the specific parent and child IDs and dependency type to this AppointmentDependencyDataStorage. |
| Add(Object, Object) | Adds the AppointmentDependency with the specific parent and child IDs to this AppointmentDependencyDataStorage. |
| AddRange(AppointmentDependency[]) | Adds an array of the appointment dependencies to this AppointmentDependencyDataStorage. |
| AddRange(IEnumerable<AppointmentDependency>) | Adds an list of the appointment dependencies to this AppointmentDependencyDataStorage. |
| Clear() | Removes all dependencies from this AppointmentDependencyDataStorage. |
| CreateAppointmentDependency(Object, Object, AppointmentDependencyType) | Adds a new appointment dependency to this AppointmentDependencyDataStorage. |
| CreateAppointmentDependency(Object, Object) | Adds a new appointment dependency to this AppointmentDependencyDataStorage. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetColumnNames() | Returns names of data fields that belong to this AppointmentDependencyDataStorage‘s data source. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetObjectRow(AppointmentDependency) | Returns the data row object that contains information about the specified appointment dependency. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| LoadFromXml(Stream) | Loads dependencies from the specified stream file to this storage. |
| LoadFromXml(String) | Loads dependencies from the specified XML file to this storage. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ReloadData() | Forces the storage to reload data from the DataSource. |
| Remove(AppointmentDependency) | Removes the specific AppointmentDependency from this AppointmentDependencyDataStorage. |
| SaveToXml(Stream) | Saves appointment dependencies from this AppointmentDependencyDataStorage to the specified stream. |
| SaveToXml(String) | Saves appointment dependencies from this AppointmentDependencyDataStorage to an XML file. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also