C# Class ExpressionParser.BoolOperand

Operand corresponding to Boolean Type
Inheritance: Operand, ILogicalOperations
Datei anzeigen Open project: IndiansIncredible/.NetIDS Class Usage Examples

Public Methods

Method Description
AND ( IOperand rhs ) : IOperand
BoolOperand ( string szVarName ) : System
BoolOperand ( string szVarName, object varValue ) : System
ExtractAndSetValue ( string szValue, bool bFormula ) : void
OR ( IOperand rhs ) : IOperand
ToString ( ) : string

Method Details

AND() public method

public AND ( IOperand rhs ) : IOperand
rhs IOperand
return IOperand

BoolOperand() public method

public BoolOperand ( string szVarName ) : System
szVarName string
return System

BoolOperand() public method

public BoolOperand ( string szVarName, object varValue ) : System
szVarName string
varValue object
return System

ExtractAndSetValue() public method

public ExtractAndSetValue ( string szValue, bool bFormula ) : void
szValue string
bFormula bool
return void

OR() public method

public OR ( IOperand rhs ) : IOperand
rhs IOperand
return IOperand

ToString() public method

public ToString ( ) : string
return string