C# 클래스 Conditions.Condition.PropertyComparisonCondition

상속: Condition
파일 보기 프로젝트 열기: GAIPS-INESC-ID/FAtiMA-Toolkit

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
PropertyComparisonCondition ( IValueRetriver property1, IValueRetriver property2, ComparisonOperator op ) : System.Collections.Generic
ToString ( ) : string

보호된 메소드들

메소드 설명
CheckActivation ( WellFormedNames.IQueryable db, Name perspective, IEnumerable constraints ) : IEnumerable

메소드 상세

CheckActivation() 보호된 메소드

protected CheckActivation ( WellFormedNames.IQueryable db, Name perspective, IEnumerable constraints ) : IEnumerable
db WellFormedNames.IQueryable
perspective Name
constraints IEnumerable
리턴 IEnumerable

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

PropertyComparisonCondition() 공개 메소드

public PropertyComparisonCondition ( IValueRetriver property1, IValueRetriver property2, ComparisonOperator op ) : System.Collections.Generic
property1 IValueRetriver
property2 IValueRetriver
op ComparisonOperator
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : string
리턴 string