All Classes Namespaces Functions Properties Pages
Properties | List of all members
JobActivityIdentity2 Class Reference

Represents an activity in a job. More...

Properties

string ActivityName [get, set]
 Gets or sets the name of the activity. More...
 
short EmbeddedProcessCount [get, set]
 
string JobId [get, set]
 Gets or sets the job id. This is the job that the activity belongs to. More...
 
short NodeId [get, set]
 Gets or sets the node id. This is the node in the process which the activity is based upon. More...
 
short SubNodeId [get, set]
 Gets or sets the sub node id. NOT used by this Class. More...
 

Description

Represents an activity in a job.

Property Documentation

string ActivityName
getsetinherited

Gets or sets the name of the activity.

short EmbeddedProcessCount
getsetinherited

Gets or sets the EmbeddedProcessCount of the activity. Indicates the map level on which the node the activity is based on resides. If this parameter is 0 the map is the parent map, if it is 1 it is a child map and so on.

string JobId
getsetinherited

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

short NodeId
getsetinherited

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

short SubNodeId
getset

Gets or sets the sub node id. NOT used by this Class.