Skip to main content

Resource Properties
Show Inherited Hide Inherited

A resources persisted in a data store.
Name Description
Caption Gets or sets the resource's caption.
Color Gets or sets the color associated with the resource.
CustomFields Gets the collection of custom fields bound to the persistent object. Inherited from PersistentObject.
DeferChangingToEndUpdate protected This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from PersistentObject.
Empty static Returns an empty resource.
Id Gets the resource's unique identifier.
Image Gets or sets the resource's image.
IsUpdateLocked Gets whether the persistent object is locked while it is being updated. Inherited from PersistentObject.
ParentId Gets or sets the Id of the parent resource if resources form a tree-like hierarchy.
RowHandle protected Gets or sets a value that identifies the data row bound to the persistent object. Inherited from PersistentObject.
Visible Gets or sets whether the resource is visible.
See Also