C# Class ExpressionParser.LongOperand

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

Public Methods

Method 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 method

public Divide ( IOperand rhs ) : IOperand
rhs IOperand
return IOperand

EqualTo() public method

public EqualTo ( IOperand rhs ) : IOperand
rhs IOperand
return IOperand

ExtractAndSetValue() public method

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

GreaterThan() public method

public GreaterThan ( IOperand rhs ) : IOperand
rhs IOperand
return IOperand

GreaterThanOrEqualTo() public method

public GreaterThanOrEqualTo ( IOperand rhs ) : IOperand
rhs IOperand
return IOperand

LessThan() public method

public LessThan ( IOperand rhs ) : IOperand
rhs IOperand
return IOperand

LessThanOrEqualTo() public method

public LessThanOrEqualTo ( IOperand rhs ) : IOperand
rhs IOperand
return IOperand

LongOperand() public method

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

LongOperand() public method

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

Minus() public method

public Minus ( IOperand rhs ) : IOperand
rhs IOperand
return IOperand

Modulo() public method

public Modulo ( IOperand rhs ) : IOperand
rhs IOperand
return IOperand

Multiply() public method

public Multiply ( IOperand rhs ) : IOperand
rhs IOperand
return IOperand

NotEqualTo() public method

public NotEqualTo ( IOperand rhs ) : IOperand
rhs IOperand
return IOperand

Plus() public method

public Plus ( IOperand rhs ) : IOperand
rhs IOperand
return IOperand

ToString() public method

public ToString ( ) : string
return string