C# 클래스 ExpressionParser.BoolOperand

Operand corresponding to Boolean Type
상속: Operand, ILogicalOperations
파일 보기 프로젝트 열기: IndiansIncredible/.NetIDS 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AND() 공개 메소드

public AND ( IOperand rhs ) : IOperand
rhs IOperand
리턴 IOperand

BoolOperand() 공개 메소드

public BoolOperand ( string szVarName ) : System
szVarName string
리턴 System

BoolOperand() 공개 메소드

public BoolOperand ( string szVarName, object varValue ) : System
szVarName string
varValue object
리턴 System

ExtractAndSetValue() 공개 메소드

public ExtractAndSetValue ( string szValue, bool bFormula ) : void
szValue string
bFormula bool
리턴 void

OR() 공개 메소드

public OR ( IOperand rhs ) : IOperand
rhs IOperand
리턴 IOperand

ToString() 공개 메소드

public ToString ( ) : string
리턴 string