Click or drag to resize

ContextOwnerEntity Class

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

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

The ContextOwnerEntity type exposes the following members.

Constructors
  NameDescription
Public methodContextOwnerEntity
Top
Properties
  NameDescription
Public propertyBusinessKey (Inherited from IngestionEntity.)
Public propertyComposedBusinessKey (Inherited from IngestionEntity.)
Public propertyContext
Public propertyContextBusinessKey
Public propertyId (Inherited from IngestionEntity.)
Public propertyIsDeleted (Inherited from IngestionEntity.)
Public propertyIsLatest (Inherited from IngestionEntity.)
Public propertyOwner
Public propertyOwnerUid
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