Click or drag to resize
WorkLoadParameters Class
Provides keys to load a work based on combination of values
Inheritance Hierarchy
SystemObject
  FlexRule.Flows.Workflows.Managers.TasksWorkLoadParameters

Namespace: FlexRule.Flows.Workflows.Managers.Tasks
Assembly: FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public class WorkLoadParameters

The WorkLoadParameters type exposes the following members.

Constructors
  NameDescription
Public methodWorkLoadParameters
Top
Properties
  NameDescription
Public propertyCategory
Category of Work associated with the workflow task Category
Public propertyName
Name of Work associated with the workflow task Name
Public propertyTitle
Title of Work associated with the workflow task Title
Public propertyWorkflowIdentity
Identity of the workflow associated with the work
Public propertyWorkflowInstanceId
Identifier of the Workflow Instance
Public propertyWorkId
Id of the work
Top
Extension Methods
See Also