C# Class OxxCommerceStarterKit.Web.Models.Blocks.Base.FindBaseBlockType

Inheritance: SiteBlockData
Exibir arquivo Open project: episerver/Commerce-Demo-Kit

Private Properties

Property Type Description

Public Methods

Method Description
GetResults ( string language ) : SearchResults
GetSearchClient ( ) : IClient
GetSearchResults ( string language ) : List
SetDefaultValues ( ContentType contentType ) : void
SetIndex ( int index ) : void

Protected Methods

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

Method Details

ApplyFilters() protected abstract method

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.
return ITypeSearch

GetResults() public method

public GetResults ( string language ) : SearchResults
language string
return SearchResults

GetSearchClient() public method

public GetSearchClient ( ) : IClient
return IClient

GetSearchResults() public method

public GetSearchResults ( string language ) : List
language string
return List

SetDefaultValues() public method

public SetDefaultValues ( ContentType contentType ) : void
contentType ContentType
return void

SetIndex() public method

public SetIndex ( int index ) : void
index int
return void