C# 클래스 Conditions.Condition.PropertyValueRetriver

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

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
PropertyValueRetriver ( Name name ) : System.Collections.Generic
Retrive ( IQueryable db, Name perspective, IEnumerable constraints ) : SubstitutionSet>>.IEnumerable
ToString ( ) : string

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

PropertyValueRetriver() 공개 메소드

public PropertyValueRetriver ( Name name ) : System.Collections.Generic
name Name
리턴 System.Collections.Generic

Retrive() 공개 메소드

public Retrive ( IQueryable db, Name perspective, IEnumerable constraints ) : SubstitutionSet>>.IEnumerable
db IQueryable
perspective Name
constraints IEnumerable
리턴 SubstitutionSet>>.IEnumerable

ToString() 공개 메소드

public ToString ( ) : string
리턴 string