C# Class Conditions.Condition.PropertyValueRetriver

Inheritance: IValueRetriver
Mostra file Open project: GAIPS-INESC-ID/FAtiMA-Toolkit

Public Methods

Method 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 method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

PropertyValueRetriver() public method

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

Retrive() public method

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

ToString() public method

public ToString ( ) : string
return string