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

JobVariable class More...

Public Member Functions

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

Properties

string DisplayName [get, set]
 Gets or sets the display name for the variable. More...
 
string Id [get, set]
 Gets or sets the variable id. More...
 
object Value [get, set]
 Gets or sets the value for the variable. More...
 
VariableDisplayProperties VariableDisplayProperties [get, set]
 Gets or sets the variable display properties. More...
 
VariableType VariableType [get, set]
 Gets or sets the type of the variable.

EnumerationDescription
0Empty
1Null
2Short
3Long
4Float
5Double
6Currency
7Date
8String
9Dispatch
11Bool
12Variant
14Decimal
17Byte
2000Array
8204Complex
32759Folder
32760Document
32761Entity
32762NullableString
32763NullableDate
32764Checklist
32765Text
32766XmlExpression
32767Xml
More...
 

Description

JobVariable class

Constructor & Destructor Documentation

Initializes a new instance of the JobVariable class.

Property Documentation

string DisplayName
getset

Gets or sets the display name for the variable.

The display name.

string Id
getset

Gets or sets the variable id.

object Value
getset

Gets or sets the value for the variable.

The value.

VariableDisplayProperties VariableDisplayProperties
getset

Gets or sets the variable display properties.

The variable display properties.

VariableType VariableType
getset

Gets or sets the type of the variable.

EnumerationDescription
0Empty
1Null
2Short
3Long
4Float
5Double
6Currency
7Date
8String
9Dispatch
11Bool
12Variant
14Decimal
17Byte
2000Array
8204Complex
32759Folder
32760Document
32761Entity
32762NullableString
32763NullableDate
32764Checklist
32765Text
32766XmlExpression
32767Xml

The type of the variable.