C# Class ExpressionParser.OperandHelper

Afficher le fichier Open project: IndiansIncredible/.NetIDS Class Usage Examples

Méthodes publiques

Méthode 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 méthode

static public CreateOperand ( string szVarName, Type varType ) : Operand
szVarName string
varType System.Type
Résultat Operand

CreateOperand() static public méthode

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
Résultat Operand