Click or drag to resize

ResourceAssignmentStatus Class

Status class for a role within a request
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelResourceAssignmentStatus

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class ResourceAssignmentStatus

The ResourceAssignmentStatus type exposes the following members.

Constructors
  NameDescription
Public methodResourceAssignmentStatus
Construct the status object with a role and a reason
Top
Properties
  NameDescription
Public propertyApprovalStatusEnum
Public propertyAttributes
Collection of attributes with values
Public propertyCalculatedChildAssignments
Contains the calculated child assignments for the resource of this assignment. Only the first 2 levels of child assignments are included
Public propertyClaimMessage
Represents claim message for specific rope assignment.
Public propertyCreatedById
Id of the user who created the assignment
Public propertyHasAttributeValues
Public propertyIsOriginAccessRequest
Public propertyOrigin
Origin data object of the resource assignment (usually, it is referring to an access request data object, but it can be null or different)
Public propertyResourceAssignmentId
Public propertyViolationStatus
Represents violation status
Top
Fields
  NameDescription
Public fieldApprovalStatus
Textual value of the interpreted status
Public fieldCreateTime
Public fieldIdentity
The identity data object
Public fieldProvisioningStatus
Textual value of the provisioning status
Public fieldProvisioningStatusEnum
Public fieldReason
Textual value of the reason for the role. Can be empty if no reason is set or if the assignment wasn't created in an access request.
Public fieldResource
The resource data object
Public fieldResourceAssignmentUId
The UID of the direct assignment
Public fieldState
Compiled state
Public fieldStatusPropertyValueId
The Integer role assignment status property value ID
Public fieldSystem
The system of the resource
Public fieldValidFrom
Public fieldValidTo
Public fieldViolationStatusText
Textual value of the violation status
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