PersistentObject Properties
Base class for appointments, resources and AppointmentDependency objects.| Name | Description |
|---|---|
| CustomFields | Gets the collection of custom fields bound to the persistent object. |
| DeferChangingToEndUpdate | This member supports the internal infrastructure and is not intended to be used directly from your code. |
| Id | Gets a persistent object identifier previously retrieved from an external database or set at runtime. |
| IsDisposed | Gets whether the current object has been disposed of. |
| IsUpdateLocked | Gets whether the persistent object is locked while it is being updated. |
| RowHandle | Gets or sets a value that identifies the data row bound to the persistent object. |
See Also