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... | |
Represents the details of the activity that is taken.
JobActivity | ( | ) |
Initializes a new instance of the JobActivity class.
|
getset |
Gets or sets the activity type.
|
getset |
Gets or sets the associated file.
|
getset |
Gets or sets the custom data.
|
getset |
Gets or sets the due date for an activity.
|
getset |
Gets or sets the help text for an activity.
|
getset |
Gets or sets the Identity to identify the activity in the job. The NodeId, EmbeddedProcessCount and JobId are required.
|
getset |
Gets or sets the collection of input output variables assoaciated with an activity.
|
getset |
Gets or sets the priority of an activity.
|
getset |
Gets or sets the details of the process on which the job is created.
|
getset |
Gets or sets the settings xml.
|
getset |
Gets or sets the thread pool id.