Click or drag to resize

IdentityOwnerEntity Class

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

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

The IdentityOwnerEntity type exposes the following members.

Constructors
  NameDescription
Public methodIdentityOwnerEntity
Top
Properties
  NameDescription
Public propertyBusinessKey (Inherited from IngestionEntity.)
Public propertyComposedBusinessKey (Inherited from IngestionEntity.)
Public propertyId (Inherited from IngestionEntity.)
Public propertyIdentity
Public propertyIdentityUid
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