Click or drag to resize

ActivityAssigneeConstraints Property

Contains the contraints related to the activity. A contraint means that two activites cannot be executed by the same person. Constraints are not always loaded - if not AssigneeConstraints = null.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public AssigneeConstraints AssigneeConstraints { get; set; }

Property Value

Type: AssigneeConstraints
See Also