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

Specifies the job properties, customize and restart access details, and maps the details with runtime status in XML format. More...

Public Member Functions

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

Properties

JobBreakpointCollection Breakpoints [get, set]
 Gets or sets the breakpoints. More...
 
bool HasCustomizeAccess [get, set]
 Gets or sets a value indicating whether this instance has customize access. More...
 
bool HasRestartAccess [get, set]
 Gets or sets a value indicating whether this instance has restart access. More...
 
string JobId [get, set]
 Gets or sets the job identifier. More...
 
JobProperties JobProperties [get, set]
 Gets or sets the job properties. More...
 
string MapDataXml [get, set]
 Gets or sets the map data XML. More...
 
SubJobProperties SubJobProperties [get, set]
 Gets or sets the sub job properties. More...
 
Variable2Collection VariablesUsedInJob [get, set]
 Gets or sets the variables used in the job. More...
 

Description

Specifies the job properties, customize and restart access details, and maps the details with runtime status in XML format.

Constructor & Destructor Documentation

Initializes a new instance of the ProcessViewerData class.

Property Documentation

JobBreakpointCollection Breakpoints
getset

Gets or sets the breakpoints.

The breakpoints.

bool HasCustomizeAccess
getset

Gets or sets a value indicating whether this instance has customize access.

bool HasRestartAccess
getset

Gets or sets a value indicating whether this instance has restart access.

string JobId
getset

Gets or sets the job identifier.

The job identifier.

Gets or sets the job properties.

string MapDataXml
getset

Gets or sets the map data XML.

Gets or sets the sub job properties.

The sub job properties.

Variable2Collection VariablesUsedInJob
getset

Gets or sets the variables used in the job.

The variables used in map.