Click or drag to resize

CalculatedAssignmentVerdict Class

Represents the approval/removal info regarding a calculated resource assignment (from RoPE). The info is loaded from tblCalculatedAssignmentVerdict.
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.RoPECalculatedAssignmentVerdict

Namespace:  Omada.OE.Solution.OIM.AppLogic.RoPE
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class CalculatedAssignmentVerdict

The CalculatedAssignmentVerdict type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAssignmentKey
AssignmentKey corresponding to tblCalculatedAssignment.AssignmentKey (in the RoPE db)
Public propertyExpirationTime
When does the verdict expire?
Public propertyJudge
UserName of the user who made the verdict.
Public propertyVerdict
Was the verdict 'approve' or 'remove'?
Public propertyVerdictComment
Public propertyVerdictTime
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