C# Class Conditions.Condition.PropertyValueRetriver

Inheritance: IValueRetriver
Afficher le fichier Open project: GAIPS-INESC-ID/FAtiMA-Toolkit

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
PropertyValueRetriver ( Name name ) : System.Collections.Generic
Retrive ( IQueryable db, Name perspective, IEnumerable constraints ) : SubstitutionSet>>.IEnumerable
ToString ( ) : string

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

PropertyValueRetriver() public méthode

public PropertyValueRetriver ( Name name ) : System.Collections.Generic
name Name
Résultat System.Collections.Generic

Retrive() public méthode

public Retrive ( IQueryable db, Name perspective, IEnumerable constraints ) : SubstitutionSet>>.IEnumerable
db IQueryable
perspective Name
constraints IEnumerable
Résultat SubstitutionSet>>.IEnumerable

ToString() public méthode

public ToString ( ) : string
Résultat string