AppointmentDependencyDataStorage.Add Method
Name | Parameters | Description |
---|---|---|
Add(AppointmentDependency) | dependency | Adds the specific AppointmentDependency to this AppointmentDependencyDataStorage. |
Add(Object, Object, AppointmentDependencyType) | parentId, dependentId, type | Adds the AppointmentDependency with the specific parent and child IDs and dependency type to this AppointmentDependencyDataStorage. |
Add(Object, Object) | parentId, dependentId | Adds the AppointmentDependency with the specific parent and child IDs to this AppointmentDependencyDataStorage. |