CreatePseudoWorkItemHelper

Syntax

public class CreatePseudoWorkItemHelper

Constructors

public CreatePseudoWorkItemHelper();

Namespace and Assembly

Requirement Value

Namespace

Ascentn.Workflow.Base

Assembly

Ascentn.Workflow.WFBase (in Ascentn.Workflow.WFBase.dll)

Properties

Property Description

bReserved

Function:
Reserved for future use.
Type
bool
Accepted Values:
A null value

BusinessTime

Function:
Determines whether the system calculates the duration using your business time calendar.
Type
bool
Accepted Values:
  • True - The system calculates duration using business time.
  • False - The calculates the duration based on real time.

ClientData

Function:
Specifies the client data, which identifies a client for AgilePoint Server.
Type
string
Accepted Values:
A string that contains the client data.

If this value is null, the system will keep existing client data. Otherwise the relevant data is overwritten.

Length

Function:
Specifies the length of time duration.
Type
string
Accepted Values:
A valid time duration length.

SourceWorkItemID

Function:
An ID that represents the original, or source, work item.
Type
string
Accepted Values:
A valid, unique 32-character ID.

Unit

Function:
Specifies the unit.
Type
string
Accepted Values:
A valid unit.

UserID

Function:
Specifies the user ID.
Type
string
Accepted Values:
A valid user ID.

WorkToPerform

Function:
Represents the task that performed by the participants of the activity.
Type
string
Accepted Values:
A valid work to perform name.