Click or drag to resize

EntityProperty Class

Entity property information
Inheritance Hierarchy
SystemObject
  Omada.OE.Model.EsAdapterEntityProperty

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

The EntityProperty type exposes the following members.

Constructors
  NameDescription
Public methodEntityProperty
Top
Properties
  NameDescription
Public propertyDataType
Property data type
Public propertyExtension
Is property an extension attribute
Public propertyName
Property name
Public propertyWithHistory
Is property extension attribute with history
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