Click or drag to resize

DataObjectReference Class

Model class representing a data object on a non-data object entity The class is used in various entities as a simple reference to a data object.
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelDataObjectReference

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

The DataObjectReference type exposes the following members.

Constructors
  NameDescription
Public methodDataObjectReference
Top
Properties
  NameDescription
Public propertyDisplayName
Public propertyId
Public propertyObjectType
System name of the data object type
Public propertyUId
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