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

Specifies the job variable information. More...

Public Member Functions

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

Properties

short EmbeddedProcessCount [get, set]
 Gets or sets the embedded process count. More...
 
JobIdentity JobIdentity [get, set]
 Gets or sets the job identity. More...
 
NodeIdentity NodeIdentity [get, set]
 Gets or sets the node identity. More...
 
DateTime SetTime [get, set]
 Gets or sets the set time. More...
 
short SetTimeSeconds [get, set]
 Gets or sets the set time seconds. More...
 
VariableIdentity VariableIdentity [get, set]
 Gets or sets the variable identity. More...
 
short VariableType [get, set]
 Gets or sets the type of the variable. More...
 
object VariableValueAfter [get, set]
 Gets or sets the variable value after. More...
 
object VariableValueBefore [get, set]
 Gets or sets the variable value before. More...
 

Description

Specifies the job variable information.

Constructor & Destructor Documentation

Initializes a new instance of the JobVariableHistory class.

Property Documentation

short EmbeddedProcessCount
getset

Gets or sets the embedded process count.

The embedded process count.

Gets or sets the job identity.

The job identity.

Gets or sets the node identity.

The node identity.

DateTime SetTime
getset

Gets or sets the set time.

The set time.

short SetTimeSeconds
getset

Gets or sets the set time seconds.

The set time seconds.

Gets or sets the variable identity.

The variable id.

short VariableType
getset

Gets or sets the type of the variable.

The type of the variable.

object VariableValueAfter
getset

Gets or sets the variable value after.

The variable value after.

object VariableValueBefore
getset

Gets or sets the variable value before.

The variable value before.