C# Class ExpressionParser.BoolOperand

Operand corresponding to Boolean Type
Inheritance: Operand, ILogicalOperations
Afficher le fichier Open project: IndiansIncredible/.NetIDS Class Usage Examples

Méthodes publiques

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

public AND ( IOperand rhs ) : IOperand
rhs IOperand
Résultat IOperand

BoolOperand() public méthode

public BoolOperand ( string szVarName ) : System
szVarName string
Résultat System

BoolOperand() public méthode

public BoolOperand ( string szVarName, object varValue ) : System
szVarName string
varValue object
Résultat System

ExtractAndSetValue() public méthode

public ExtractAndSetValue ( string szValue, bool bFormula ) : void
szValue string
bFormula bool
Résultat void

OR() public méthode

public OR ( IOperand rhs ) : IOperand
rhs IOperand
Résultat IOperand

ToString() public méthode

public ToString ( ) : string
Résultat string