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

Specifies the variable details such as id and value. More...

Public Member Functions

 InputVariable ()
 Initializes a new instance of the InputVariable class. More...
 
 InputVariable (string id, object value)
 Initializes a new instance of the InputVariable class. More...
 

Properties

string Id [get, set]
 Gets or sets the variable id. More...
 
object Value [get, set]
 Gets or sets the variable value. More...
 

Description

Specifies the variable details such as id and value.

Constructor & Destructor Documentation

Initializes a new instance of the InputVariable class.

InputVariable ( string  id,
object  value 
)

Initializes a new instance of the InputVariable class.

Parameters
idThe identifier.
valueThe value.

Property Documentation

string Id
getset

Gets or sets the variable id.

object Value
getset

Gets or sets the variable value.