Click or drag to resize

ObjectIdPropertyValueResourceAssnStatus Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelObjectIdPropertyValueResourceAssnStatus

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

The ObjectIdPropertyValueResourceAssnStatus type exposes the following members.

Constructors
Methods
Fields
  NameDescription
Public fieldStatic memberActive
The resource assignment is active – this is the "normal" status for a role assignment.
Public fieldStatic memberDisabled
The resource assignment has temporarily been suspended/disabled. The reason could, for example, be a long vacation or likewise.
Public fieldStatic memberInactive
The resource assignment has been approved (or no approval is necessary). It's validity period has, however, not yet been reached (it’s in the future).
Public fieldStatic memberLocked
The resource assignment has been locked due to security reasons. The reason could, for example, be suspicion of a security breach.
Public fieldStatic memberObsolete
This status is used if "valid to" is exceeded.
Public fieldStatic memberPending
The resource assignment has been created – but has not yet been approved.
Public fieldStatic memberRejected
The resource assignment was rejected in an approval process.
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