Click or drag to resize

DataCacheDataObjectTypes Property

Contains all regular data object types (shadow types are not included). Tip: Use GetDataObjectType (3 overloads) to get a data object type instead of accessing the DataObjectTypes collection.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public DataObjectTypes DataObjectTypes { get; }

Property Value

Type: DataObjectTypes
See Also