Click or drag to resize

AssigneeRule Class

Models an assignee rule for an activity. A rule which defines if a group and/or its members can be selected as assignees for the activity. It also defines if the members can update the reassign the activity.
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelAssigneeRule

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class AssigneeRule : IObjectWithId, 
	ICloneable

The AssigneeRule type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAllowUpdate
Defines the rigth to reassign the activity.
Public propertyAssigneeId
Defines the user group for which the rule applies. Must not be a personal group.
Public propertyWho
Defines who can be selected within the group.
Top
Methods
  NameDescription
Public methodClone
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
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIObjectWithId.GetId
Top
See Also