Click or drag to resize

ContextAssignmentEntity Class

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

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

The ContextAssignmentEntity type exposes the following members.

Constructors
  NameDescription
Public methodContextAssignmentEntity
Top
Properties
  NameDescription
Public propertyBusinessKey (Inherited from IngestionEntity.)
Public propertyComposedBusinessKey (Inherited from IngestionEntity.)
Public propertyContext
Public propertyId (Inherited from IngestionEntity.)
Public propertyIdentity
Public propertyIdentityUid
Public propertyIsDeleted (Inherited from IngestionEntity.)
Public propertyIsLatest (Inherited from IngestionEntity.)
Public propertyParentContextComposedBusinessKey
Public propertySystemCategoryIdentifier (Inherited from IngestionEntity.)
Public propertySystemId (Inherited from IngestionEntity.)
Public propertySystemIdentifier (Inherited from IngestionEntity.)
Public propertyValidFrom
Public propertyValidTo
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