AppointmentDependency Properties
A dependency established between tasks (Appointment objects) in the Gantt view.| Name | Description |
|---|---|
| CustomFields | Gets the collection of custom fields bound to the persistent object. Inherited from IPersistentObject. |
| DependentId | Gets the Id of the dependent appointment. |
| Id | Gets the object’s identifier. Inherited from IPersistentObject. |
| IsDisposed | Gets a value indicating whether a persistent object has been disposed of. Inherited from IPersistentObject. |
| ParentId | Gets the Id of the parent appointment. |
| RowHandle | Gets or sets a value that identifies the data row bound to the persistent object. Inherited from IPersistentObject. |
| Type | Gets or sets the type of dependency between parent and dependent appointments. |
See Also