Метод | Описание | |
---|---|---|
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 |
public BoolOperand ( string szVarName ) : System | ||
szVarName | string | |
Результат | System |
public BoolOperand ( string szVarName, object varValue ) : System | ||
szVarName | string | |
varValue | object | |
Результат | System |
public ExtractAndSetValue ( string szValue, bool bFormula ) : void | ||
szValue | string | |
bFormula | bool | |
Результат | void |