C# 클래스 Tiraggo.DynamicQuery.tgComparison

파일 보기 프로젝트 열기: BrewDawg/Tiraggo 1 사용 예제들

Private Properties

프로퍼티 타입 설명
HandleOperator tgComparison

공개 메소드들

메소드 설명
operator ( ) : bool

Force false (to use in Where clauses).

operator ( ) : tgComparison

NOT ! (to use in Where clauses).

tgComparison ( tgConjunction conj ) : System

The tgComparison class is dynamically created by your BusinessEntity's DynamicQuery mechanism. See tgConjunction Enumeration.

tgComparison ( tgDynamicQuerySerializable query ) : System

The tgComparison class is dynamically created by your BusinessEntity's DynamicQuery mechanism.

tgComparison ( tgParenthesis paren ) : System

The tgComparison class is dynamically created by your BusinessEntity's DynamicQuery mechanism. See tgParenthesis Enumeration.

비공개 메소드들

메소드 설명
HandleOperator ( tgComparison c1, tgComparison c2, tgConjunction op ) : tgComparison

메소드 상세

operator() 공개 정적인 메소드

Force false (to use in Where clauses).
public static operator ( ) : bool
리턴 bool

operator() 공개 정적인 메소드

NOT ! (to use in Where clauses).
public static operator ( ) : tgComparison
리턴 tgComparison

tgComparison() 공개 메소드

The tgComparison class is dynamically created by your BusinessEntity's DynamicQuery mechanism. See tgConjunction Enumeration.
public tgComparison ( tgConjunction conj ) : System
conj tgConjunction The tgConjunction passed in via DynamicQuery
리턴 System

tgComparison() 공개 메소드

The tgComparison class is dynamically created by your BusinessEntity's DynamicQuery mechanism.
public tgComparison ( tgDynamicQuerySerializable query ) : System
query tgDynamicQuerySerializable
리턴 System

tgComparison() 공개 메소드

The tgComparison class is dynamically created by your BusinessEntity's DynamicQuery mechanism. See tgParenthesis Enumeration.
public tgComparison ( tgParenthesis paren ) : System
paren tgParenthesis The tgParenthesis passed in via DynamicQuery
리턴 System