Click or drag to resize

DataObjectDbId Class

ID's of default Folder objects created initially Tip: use the ObjectId.Folder class instead!
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelDataObjectDbId

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class DataObjectDbId

The DataObjectDbId type exposes the following members.

Constructors
  NameDescription
Public methodDataObjectDbId
Top
Fields
  NameDescription
Public fieldStatic memberProcessesFolder
Process instances are placed in this folder
Public fieldStatic memberProcessTemplatesFolder
Process templates are placed in this folder.
Public fieldStatic memberRoot
ID for the root DataObject in the tree structure. The DataObject has itself as parent in the database. No other object may be root or point to itself.
Public fieldStatic memberUserGroupsFolder
UserGroups are placed in this folder
Public fieldStatic memberUsersFolder
Users are placed in this folder
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also