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

Represents the activity information such as job id, process and node id. More...

Public Member Functions

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

Properties

string AssociatedFile [get, set]
 Gets or sets the associated file. More...
 
string Description [get, set]
 Gets or sets the description for the activity. More...
 
DateTime DueDate [get, set]
 Gets or sets the due date for the activity. More...
 
short EmbeddedProcessCount [get, set]
 Gets or sets the embedded process count of the activity. More...
 
string JobId [get, set]
 Gets or sets the job id of the activity. This is the job that the activity belongs to. More...
 
bool MultipleResources [get, set]
 Gets or sets a value indicating whether to set multiple resources. More...
 
short NodeId [get, set]
 Gets or sets the node id of the activity. This is the node in the process which the activity is based upon. More...
 
string NodeName [get, set]
 Gets or sets the name of the activity. More...
 
short Priority [get, set]
 Gets or sets the priority of the activity. More...
 
ProcessIdentity Process [get, set]
 Gets or sets the details of the process on which the job is created. More...
 
ResourceIdentity Resource [get, set]
 Gets or sets the details of the resource who has taken the activity. More...
 

Description

Represents the activity information such as job id, process and node id.

Constructor & Destructor Documentation

Initializes a new instance of the JobActivityInfo class.

Property Documentation

string AssociatedFile
getset

Gets or sets the associated file.

string Description
getset

Gets or sets the description for the activity.

DateTime DueDate
getset

Gets or sets the due date for the activity.

short EmbeddedProcessCount
getset

Gets or sets the embedded process count of the activity.

string JobId
getset

Gets or sets the job id of the activity. This is the job that the activity belongs to.

bool MultipleResources
getset

Gets or sets a value indicating whether to set multiple resources.

short NodeId
getset

Gets or sets the node id of the activity. This is the node in the process which the activity is based upon.

string NodeName
getset

Gets or sets the name of the activity.

short Priority
getset

Gets or sets the priority of the activity.

ProcessIdentity Process
getset

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

ResourceIdentity Resource
getset

Gets or sets the details of the resource who has taken the activity.