Click or drag to resize

ContextEntity Class

Inheritance Hierarchy
SystemObject
  Omada.OE.Model.EsAdapter.EntitiesIngestionEntity
    Omada.OE.Model.EsAdapter.EntitiesContextEntity

Namespace:  Omada.OE.Model.EsAdapter.Entities
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[EntityNameAttribute("Context")]
public class ContextEntity : IngestionEntity

The ContextEntity type exposes the following members.

Constructors
  NameDescription
Public methodContextEntity
Top
Properties
  NameDescription
Public propertyBusinessKey (Inherited from IngestionEntity.)
Public propertyComposedBusinessKey (Inherited from IngestionEntity.)
Public propertyExtensionProperties
Public propertyId (Inherited from IngestionEntity.)
Public propertyIsDeleted (Inherited from IngestionEntity.)
Public propertyIsLatest (Inherited from IngestionEntity.)
Public propertyName
Public propertyParent
Public propertyParentBusinessKey
Public propertyParentComposedBusinessKey
Public propertyShortName
Public propertySubType
Public propertySystemCategoryIdentifier (Inherited from IngestionEntity.)
Public propertySystemId (Inherited from IngestionEntity.)
Public propertySystemIdentifier (Inherited from IngestionEntity.)
Public propertyType
Public propertyVersionTimestamp
Unique timestamp provided from staging to maintain order of datagrams.
(Inherited from IngestionEntity.)
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