C# Class Sitecore.Modules.WeBlog.Pipelines.GetSummary.GetSummaryProcessorBase

Inheritance: IGetSummaryProcessor
Mostra file Open project: WeTeam/WeBlog

Public Methods

Method Description
Process ( GetSummaryArgs args ) : void

Protected Methods

Method Description
GetSummary ( GetSummaryArgs args ) : void
ShouldProcess ( GetSummaryArgs args ) : bool

Method Details

GetSummary() protected abstract method

protected abstract GetSummary ( GetSummaryArgs args ) : void
args GetSummaryArgs
return void

Process() public method

public Process ( GetSummaryArgs args ) : void
args GetSummaryArgs
return void

ShouldProcess() protected method

protected ShouldProcess ( GetSummaryArgs args ) : bool
args GetSummaryArgs
return bool