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

ParamMapping class More...

Public Member Functions

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

Properties

bool IsGlobalVariable [get, set]
 Gets or sets a value indicating whether this instance is global variable. More...
 
string MappedValue [get, set]
 Gets or sets the mapped value. More...
 
string VarName [get, set]
 Gets or sets the name of the var. More...
 

Description

ParamMapping class

Constructor & Destructor Documentation

Initializes a new instance of the ParamMapping class.

Property Documentation

bool IsGlobalVariable
getset

Gets or sets a value indicating whether this instance is global variable.

true if this instance is global variable; otherwise, false.

string MappedValue
getset

Gets or sets the mapped value.

The mapped value.

string VarName
getset

Gets or sets the name of the var.

The name of the var.