C# Class Conditions.Condition.CountValueRetriver

Inheritance: IValueRetriver
Mostrar archivo Open project: GAIPS-INESC-ID/FAtiMA-Toolkit

Public Methods

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

Method Details

CountValueRetriver() public method

public CountValueRetriver ( Name name ) : System.Collections.Generic
name Name
return System.Collections.Generic

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Retrive() public method

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

ToString() public method

public ToString ( ) : string
return string