All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
JobActivity Class Reference

Represents the details of the activity that is taken. More...

Public Member Functions

 JobActivity ()
 Initializes a new instance of the JobActivity class. More...
 

Properties

ActivityType ActivityType [get, set]
 Gets or sets the activity type. More...
 
string AssociatedFile [get, set]
 Gets or sets the associated file. More...
 
string CustomData [get, set]
 Gets or sets the custom data. More...
 
DateTime DueDate [get, set]
 Gets or sets the due date for an activity. More...
 
string HelpText [get, set]
 Gets or sets the help text for an activity. More...
 
JobActivityIdentity Identity [get, set]
 Gets or sets the Identity to identify the activity in the job. The NodeId, EmbeddedProcessCount and JobId are required. More...
 
InputOutputVariables InputOutputVariables [get, set]
 Gets or sets the collection of input output variables assoaciated with an activity. More...
 
short Priority [get, set]
 Gets or sets the priority of an activity. More...
 
ProcessIdentity Process [get, set]
 Gets or sets the details of the process on which the job is created. More...
 
string SettingsXml [get, set]
 Gets or sets the settings xml. More...
 
short ThreadpoolId [get, set]
 Gets or sets the thread pool id. More...
 

Description

Represents the details of the activity that is taken.

Constructor & Destructor Documentation

Initializes a new instance of the JobActivity class.

Property Documentation

Gets or sets the activity type.

string AssociatedFile
getset

Gets or sets the associated file.

string CustomData
getset

Gets or sets the custom data.

DateTime DueDate
getset

Gets or sets the due date for an activity.

string HelpText
getset

Gets or sets the help text for an activity.

JobActivityIdentity Identity
getset

Gets or sets the Identity to identify the activity in the job. The NodeId, EmbeddedProcessCount and JobId are required.

InputOutputVariables InputOutputVariables
getset

Gets or sets the collection of input output variables assoaciated with an activity.

short Priority
getset

Gets or sets the priority of an activity.

ProcessIdentity Process
getset

Gets or sets the details of the process on which the job is created.

string SettingsXml
getset

Gets or sets the settings xml.

short ThreadpoolId
getset

Gets or sets the thread pool id.