C# Класс Tp.Search.Model.Query.QueryEntityTypeProvider

Contains the values of entity type id
Наследование: IQueryResultFactory, IEntityTypeProvider
Показать файл Открыть проект

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

Метод Описание
CreateQueryResult ( IEnumerable entityDocuments ) : SearchResult
GetEntityTypeName ( int entityTypeId ) : Maybe
IsAssignable ( int entityTypeId ) : bool
IsImpediment ( int entityTypeId ) : bool
IsQueryable ( int entityTypeId ) : bool
IsTestCase ( int entityTypeId ) : bool
QueryEntityTypeProvider ( IDocumentIdFactory documentIdFactory ) : System.Collections.Generic

Приватные методы

Метод Описание
IsAssignable ( EntityDocument entityDocument ) : bool
IsGeneral ( EntityDocument entityDocument ) : bool
IsImpediment ( EntityDocument entityDocument ) : bool

Описание методов

CreateQueryResult() публичный Метод

public CreateQueryResult ( IEnumerable entityDocuments ) : SearchResult
entityDocuments IEnumerable
Результат SearchResult

GetEntityTypeName() публичный Метод

public GetEntityTypeName ( int entityTypeId ) : Maybe
entityTypeId int
Результат Maybe

IsAssignable() публичный Метод

public IsAssignable ( int entityTypeId ) : bool
entityTypeId int
Результат bool

IsImpediment() публичный Метод

public IsImpediment ( int entityTypeId ) : bool
entityTypeId int
Результат bool

IsQueryable() публичный Метод

public IsQueryable ( int entityTypeId ) : bool
entityTypeId int
Результат bool

IsTestCase() публичный Метод

public IsTestCase ( int entityTypeId ) : bool
entityTypeId int
Результат bool

QueryEntityTypeProvider() публичный Метод

public QueryEntityTypeProvider ( IDocumentIdFactory documentIdFactory ) : System.Collections.Generic
documentIdFactory IDocumentIdFactory
Результат System.Collections.Generic