Click or drag to resize

SurveyWorkflowstepAssigneeExpression Class

Assignee expression used for surveys
Inheritance Hierarchy
SystemObject
  Omada.OE.AppLogicAssigneeExpression
    Omada.OE.Solution.OIM.AppLogic.SurveyFeatureSurveyWorkflowstepAssigneeExpression

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

The SurveyWorkflowstepAssigneeExpression type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyChildObjectExclude
A reference path expression used to resolve a number of user and/or group objects for the child objects in a parent/child survey. The result is excluded from the result of evaluating the Expression.
Public propertyChildObjectExcludeExpressionStartsWithForwardReference
Does the exclude expression start with a forward reference?
Public propertyChildObjectExpression
A reference path expression used to resolve a number of user and/or group objects for the child objects in a parent/child survey. Can also be in the format: "Group:[name of user group]"
Public propertyChildObjectExpressionStartsWithForwardReference
Does the expression start with a forward reference?
Public propertyChildObjectStartObject
Start object to use when evaluating assignee expressions for a child object. Only relevant for parent/child surveys.
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.
(Inherited from AssigneeExpression.)
Public propertyExcludeExpressionStartsWithForwardReference
Does the exclude expression start with a forward reference?
(Inherited from AssigneeExpression.)
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]"
(Inherited from AssigneeExpression.)
Public propertyExpressionStartsWithForwardReference
Does the expression start with a forward reference?
(Inherited from AssigneeExpression.)
Top
Methods
  NameDescription
Protected methodExpressionStartsWithForwardRef
Returns true if the expression contains a value and starts with a forward reference e.g. "/OUREF/OWNERREF/"
(Inherited from AssigneeExpression.)
Public methodParse
(Inherited from AssigneeExpression.)
Public methodToString (Inherited from AssigneeExpression.)
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