C# Class ExpressionParser.OperandHelper

Show file Open project: IndiansIncredible/.NetIDS Class Usage Examples

Public Methods

Method Description
CreateOperand ( string szVarName, Type varType ) : Operand
CreateOperand ( string szVarName, Type varType, object varValue ) : Operand

Factory method to create corresponding Operands. Extended this method to create newer datatypes.

Method Details

CreateOperand() static public method

static public CreateOperand ( string szVarName, Type varType ) : Operand
szVarName string
varType System.Type
return Operand

CreateOperand() static public method

Factory method to create corresponding Operands. Extended this method to create newer datatypes.
static public CreateOperand ( string szVarName, Type varType, object varValue ) : Operand
szVarName string
varType System.Type
varValue object
return Operand