Resource Members
Defines a common attribute which can be assigned to appointments to group them.Properties
Name | Description |
---|---|
Caption | Gets or sets the resource’s caption. |
Color | Obsolete. Gets or sets the color associated with the resource. |
ColorValue | |
CustomFields | Gets the collection of custom fields bound to the persistent object. Inherited from IPersistentObject. |
Id | Gets the object’s identifier. Inherited from IPersistentObject. |
Image | Obsolete. Gets or sets the image associated with the resource. |
ImageBytes | |
IsDisposed | Gets a value indicating whether a persistent object has been disposed of. Inherited from IPersistentObject. |
ParentId | Gets or sets the Id of the parent resource if resources form a tree-like hierarchy. |
RowHandle | Gets or sets a value that identifies the data row bound to the persistent object. Inherited from IPersistentObject. |
Visible | Gets or sets whether the resource is visible. |
Methods
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. |
SetId(Object) | Sets the identifier property of an object to the specified value. Inherited from IIdProvider. |
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