Click or drag to resize

DataObjectManager Class

DataObjectManager manages a collection of data objects.
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelDataObjectManager

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class DataObjectManager

The DataObjectManager type exposes the following members.

Constructors
  NameDescription
Public methodDataObjectManager
No args Constructor
Top
Properties
  NameDescription
Public propertyDataObjects
Sorteringen i listen afhænger af hvordan manageren blev loadet. (Specifikt af LoadOptions.SortFields)
Public propertyRoot
This is the root node in the global tree structure. The root is always the dataobject with id = DataObjectDbId.Root. The root can be null (which is the case if DataObjectLoadOptions.BuildTree = false).
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