Click or drag to resize

CommonActivityLoadOptionAttributes Class

Common attributes for ActivityLoadOptions and ActivityCountLoadOptions
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelCommonActivityLoadOptionAttributes

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

The CommonActivityLoadOptionAttributes type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyRequireWorkItem
If set to true only activities for which at least one workitem exists for the active user are loaded. If true, the following other filters are considered (they are not considered if RequireWorkItem is set to false): * loadOptions.Attributes.WorkItemIdPosList * loadOptions.Filter.AcceptanceFlags * loadOptions.Filter.ActionStatus * loadOptions.Filter.WorkItemDeletedStatus
Public propertyTargetIdPosList
Positive list of dataobjectid's. Unless the list is empty, only activities belonging to a process having the provided target objects are loaded.
Public propertyWorkItemIdPosList
Positive list of workitemid's. Unless the list is empty only activities for the provided workitem id's are loaded. The filter is only used if RequireWorkItem = true.
Top
Methods
  NameDescription
Public methodValidateOptions
Validates that the provided criteria does not collide.
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