Skip to main content
A newer version of this page is available. .

AppointmentDependency Methods

A dependency established between tasks (Appointment objects) in the Gantt view.
Name Description
Assign(IPersistentObject) Copies all properties of the object passed as the parameter to the current object. Inherited from IPersistentObject.
Delete() Deletes the persistent object from the storage or collection. Inherited from IPersistentObject.
Dispose() Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable.
GetRow(ISchedulerStorageBase) Provides access to the data record for the persistent object. Inherited from IPersistentObject.
GetSourceObject(ISchedulerStorageBase) Returns the data object that is bound to the current persistent object. Inherited from IPersistentObject.
GetValue(ISchedulerStorageBase, String) Obtains the value of the data field in the record bound to the current PersistentObject, supplied by the specified storage object. Inherited from IPersistentObject.
SetValue(ISchedulerStorageBase, String, Object) Performs a transaction to change the value of the field in the data record bound to the persistent object. Inherited from IPersistentObject.
See Also