C# 클래스 Conditions.Condition.CountValueRetriver

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

공개 메소드들

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

메소드 상세

CountValueRetriver() 공개 메소드

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

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Retrive() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string