Click or drag to resize

BasicDataObjectTypeInfo Class

Holds basic info about a data object type definition.
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelBasicDataObjectTypeInfo

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class BasicDataObjectTypeInfo : IObjectWithSystemName, 
	ITransportableObject, IObjectWithId, IObjectWithGuid

The BasicDataObjectTypeInfo type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyId
Id of the DOT.
Public propertySystemName
SystemName of the DOT.
Public propertyUId
UId of the DOT.
Top
Methods
  NameDescription
Public methodToString
(Overrides ObjectToString.)
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
Explicit Interface Implementations
See Also