C# 클래스 Conditions.Condition.EqualityDefinitionCondition

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

공개 메소드들

메소드 설명
EqualityDefinitionCondition ( Name variable, IValueRetriver other ) : System.Collections.Generic
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

보호된 메소드들

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

메소드 상세

CheckActivation() 보호된 메소드

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

EqualityDefinitionCondition() 공개 메소드

public EqualityDefinitionCondition ( Name variable, IValueRetriver other ) : System.Collections.Generic
variable Name
other IValueRetriver
리턴 System.Collections.Generic

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string