C# 클래스 Tp.Search.Model.Query.QueryEntityTypeProvider

Contains the values of entity type id
상속: IQueryResultFactory, IEntityTypeProvider
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
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