Changes
|- align="left"
| OnBeforeSave|| All || event fired when a base object is saved; possibility to cancel the saving
|- align="left"
| OnContentInvalidated|| All || event fired when an instance of the object was set to content invalid
|- align="left"
| OnCreated|| All || event fired when a new instance of the object was created
| OnSaved|| All || event fired when the given object was saved
|- align="left"
| OnLocalFileDocumentIsAvailable|| Document|| -event fired when the current document is available for local (remote) access.
|- align="left"
| OnLocalFileDocumentNoLongerAvailable|| Document|| -event fired when the current document is no longer available for local (remote) access
|- align="left"
| OnLocalFileDocumentUpdated|| Document || -event fired when the current document was updated
|}
|- align="left"
| ToString || Method || All || The string representation of the object; is evaluated in most of the {{UBIK}} Studio controls
|- align="left"
| EvaluateRowCollection|| Method || Query || Method to evaluate the base (primary) collection of result items for the current query; this member must be overwritten if the default functionality (using a database query) does not match; every single row item is validated by ValidateSingleRowResult
|- align="left"
| ValidateSingleRowResult|| Method || Query || This member is used to validate every single row item that is evaluated in the primary collection with EvaluateRowCollection(); only items where the validation returns true will be part of the Evaluate() collection
|- align="left"
| EvaluateChildrenCollection|| Method || View|| -
|- align="left"
| EvaluateParentsCollection|| Method || View|| Method to evaluate the base (primary) collection of parent items for the current view; this member must be overwritten if the default functionality does not match; every single parent item is validated by ValidateSingleParentResult
|- align="left"
| EvaluateRootObjectsCollection|| Method || View|| Method to evaluate the base (primary) collection of root object items for the current view; this member must be overwritten if the default functionality does not match; every single root item is validated by ValidateSingleRootObject
|- align="left"
| ValidateSingleChildResult|| Method || View|| This member is used to validate every single child item that is evaluated in the primary collection with EvaluateChildrenCollection(); only items where the validation returns true will be part of the Children collection
|- align="left"
| ValidateSingleParentResult|| Method || View|| This member is used to validate every single parent item that is evaluated in the primary collection with EvaluateParentsCollection(); only items where the validation returns true will be part of the Parents collection
|- align="left"
| ValidateSingleRootObject|| Method || View|| This member is used to validate every single root item that is evaluated in the primary collection with EvaluateRootObjectsCollection(); only items where the validation returns true will be part of the root objects collection
|}