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

Inheritance: SiteBlockData
Afficher le fichier Open project: episerver/Commerce-Demo-Kit

Private Properties

Свойство Type Description

Méthodes publiques

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

Méthodes protégées

Méthode 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 méthode

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.
Résultat ITypeSearch

GetResults() public méthode

public GetResults ( string language ) : SearchResults
language string
Résultat SearchResults

GetSearchClient() public méthode

public GetSearchClient ( ) : IClient
Résultat IClient

GetSearchResults() public méthode

public GetSearchResults ( string language ) : List
language string
Résultat List

SetDefaultValues() public méthode

public SetDefaultValues ( ContentType contentType ) : void
contentType ContentType
Résultat void

SetIndex() public méthode

public SetIndex ( int index ) : void
index int
Résultat void