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...
 
short DesignTimeType [get, set]
 Gets or sets the type of the design time. More...
 
DotNetActivity DotNetActivity [get, set]
 Gets or sets the dot net activity. More...
 
DateTime DueDate [get, set]
 Gets or sets the due date for an activity. More...
 
int ExpectedDurationInSeconds [get, set]
 Gets or sets the expected duration in seconds. 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...
 
WebServiceActivitySummary WebServiceActivity [get, set]
 Gets or sets the web service activity. 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.

short DesignTimeType
getset

Gets or sets the type of the design time.

The type of the design time.

DotNetActivity DotNetActivity
getset

Gets or sets the dot net activity.

The dot net activity.

DateTime DueDate
getset

Gets or sets the due date for an activity.

int ExpectedDurationInSeconds
getset

Gets or sets the expected duration in seconds.

The expected duration in seconds.

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.

WebServiceActivitySummary WebServiceActivity
getset

Gets or sets the web service activity.

The web service activity.