Click or drag to resize

ResourceParentChildEntity Class

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

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

The ResourceParentChildEntity type exposes the following members.

Constructors
  NameDescription
Public methodResourceParentChildEntity
Top
Properties
  NameDescription
Public propertyBusinessKey (Inherited from IngestionEntity.)
Public propertyChild
Public propertyComposedBusinessKey (Inherited from IngestionEntity.)
Public propertyId (Inherited from IngestionEntity.)
Public propertyIndirect
Public propertyIsDeleted (Inherited from IngestionEntity.)
Public propertyIsLatest (Inherited from IngestionEntity.)
Public propertyParent
Public propertySystemCategoryIdentifier (Inherited from IngestionEntity.)
Public propertySystemId (Inherited from IngestionEntity.)
Public propertySystemIdentifier (Inherited from IngestionEntity.)
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