C# Class ExpressionParser.LongOperand

Operand corresponding to the Long (Int32/Int64) datatypes.
Inheritance: Operand, IArithmeticOperations, IComparisonOperations
Afficher le fichier Open project: IndiansIncredible/.NetIDS Class Usage Examples

Méthodes publiques

Méthode Description
Divide ( IOperand rhs ) : IOperand
EqualTo ( IOperand rhs ) : IOperand
ExtractAndSetValue ( string szValue, bool bFormula ) : void
GreaterThan ( IOperand rhs ) : IOperand
GreaterThanOrEqualTo ( IOperand rhs ) : IOperand
LessThan ( IOperand rhs ) : IOperand
LessThanOrEqualTo ( IOperand rhs ) : IOperand
LongOperand ( string szVarName ) : System
LongOperand ( string szVarName, object varValue ) : System
Minus ( IOperand rhs ) : IOperand
Modulo ( IOperand rhs ) : IOperand
Multiply ( IOperand rhs ) : IOperand
NotEqualTo ( IOperand rhs ) : IOperand
Plus ( IOperand rhs ) : IOperand
ToString ( ) : string

Method Details

Divide() public méthode

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

EqualTo() public méthode

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

ExtractAndSetValue() public méthode

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

GreaterThan() public méthode

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

GreaterThanOrEqualTo() public méthode

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

LessThan() public méthode

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

LessThanOrEqualTo() public méthode

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

LongOperand() public méthode

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

LongOperand() public méthode

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

Minus() public méthode

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

Modulo() public méthode

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

Multiply() public méthode

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

NotEqualTo() public méthode

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

Plus() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string