DataObjectManager Class |
Namespace: Omada.OE.Model
[SerializableAttribute] public class DataObjectManager
The DataObjectManager type exposes the following members.
| Name | Description | |
|---|---|---|
| DataObjectManager |
No args Constructor
|
| Name | Description | |
|---|---|---|
| DataObjects |
Sorteringen i listen afhænger af hvordan manageren blev loadet.
(Specifikt af LoadOptions.SortFields)
| |
| Root |
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).
|
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |