Click or drag to resize

AssigneeExpression Class

Inheritance Hierarchy
SystemObject
  Omada.OE.AppLogicAssigneeExpression
    Omada.OE.Solution.OIM.AppLogic.SurveyFeatureSurveyWorkflowstepAssigneeExpression

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

The AssigneeExpression type exposes the following members.

Constructors
  NameDescription
Public methodAssigneeExpression
Top
Properties
  NameDescription
Public propertyExclude
A reference path expression used to resolve a number of user and/or group objects. The result is excluded from the result of evaluating the Expression.
Public propertyExcludeExpressionStartsWithForwardReference
Does the exclude expression start with a forward reference?
Public propertyExpression
A reference path expression used to resolve a number of user and/or group objects. Can also be in the format: "Group:[name of user group]"
Public propertyExpressionStartsWithForwardReference
Does the expression start with a forward reference?
Top
Methods
  NameDescription
Protected methodExpressionStartsWithForwardRef
Returns true if the expression contains a value and starts with a forward reference e.g. "/OUREF/OWNERREF/"
Public methodParse
Public methodToString (Overrides ObjectToString.)
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