C# 클래스 OxxCommerceStarterKit.Web.Models.Blocks.Base.FindBaseBlockType

상속: SiteBlockData
파일 보기 프로젝트 열기: episerver/Commerce-Demo-Kit

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetResults ( string language ) : SearchResults
GetSearchClient ( ) : IClient
GetSearchResults ( string language ) : List
SetDefaultValues ( ContentType contentType ) : void
SetIndex ( int index ) : void

보호된 메소드들

메소드 설명
ApplyFilters ( ITypeSearch query ) : ITypeSearch

Let derived classes apply additional filters that only they know as the data being filtered on is part of the model

메소드 상세

ApplyFilters() 보호된 추상적인 메소드

Let derived classes apply additional filters that only they know as the data being filtered on is part of the model
protected abstract ApplyFilters ( ITypeSearch query ) : ITypeSearch
query ITypeSearch The query.
리턴 ITypeSearch

GetResults() 공개 메소드

public GetResults ( string language ) : SearchResults
language string
리턴 SearchResults

GetSearchClient() 공개 메소드

public GetSearchClient ( ) : IClient
리턴 IClient

GetSearchResults() 공개 메소드

public GetSearchResults ( string language ) : List
language string
리턴 List

SetDefaultValues() 공개 메소드

public SetDefaultValues ( ContentType contentType ) : void
contentType ContentType
리턴 void

SetIndex() 공개 메소드

public SetIndex ( int index ) : void
index int
리턴 void