Click or drag to resize

ResourceAssignmentEntity Class

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

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

The ResourceAssignmentEntity type exposes the following members.

Constructors
  NameDescription
Public methodResourceAssignmentEntity
Top
Properties
  NameDescription
Public propertyAccount
Public propertyAccountIsGroup
Public propertyBusinessKey (Inherited from IngestionEntity.)
Public propertyComposedBusinessKey (Inherited from IngestionEntity.)
Public propertyDescription
Public propertyEffectiveTime
Public propertyExpirationTime
Public propertyExtensionProperties
Public propertyId (Inherited from IngestionEntity.)
Public propertyIdentityOisId
Public propertyIndirect
Is the assignment indirect? Example: if user1 is member of group1 and group1 is member of group2 then user1 has an indirect assignment to group2.
Public propertyIsDeleted (Inherited from IngestionEntity.)
Public propertyIsLatest (Inherited from IngestionEntity.)
Public propertyPermissionLevel
Public propertyPermissionMask
Public propertyResource
Public propertyStatus
Public propertySystemBusinessKey
Business key of the system
Public propertySystemCategoryIdentifier (Inherited from IngestionEntity.)
Public propertySystemId (Inherited from IngestionEntity.)
Public propertySystemIdentifier (Inherited from IngestionEntity.)
Public propertyTargetBusinessKey
Public propertyTargetSystemId
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