C# Класс Conditions.Condition.PropertyValueRetriver

Наследование: IValueRetriver
Показать файл Открыть проект

Открытые методы

Метод Описание
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