C# Class Sitecore.Feature.Demo.Repositories.OutcomeRepository

显示文件 Open project: Sitecore/Habitat Class Usage Examples

Public Methods

Method Description
GetAll ( ) : IEnumerable
GetLatest ( ) : IEnumerable
OutcomeRepository ( ) : System.Collections.Generic
OutcomeRepository ( OutcomeManager outcomeManager ) : System.Collections.Generic

Private Methods

Method Description
Create ( IOutcome outcome ) : Sitecore.Feature.Demo.Models.Outcome
GetCurrentOutcomes ( ) : IEnumerable
GetHistoricalOutcomes ( ) : IEnumerable
GetOutcomeDefinition ( ID outcomeId ) : IOutcomeDefinition
GetOutcomeGroup ( IOutcomeDefinition outcome ) : string

Method Details

GetAll() public method

public GetAll ( ) : IEnumerable
return IEnumerable

GetLatest() public method

public GetLatest ( ) : IEnumerable
return IEnumerable

OutcomeRepository() public method

public OutcomeRepository ( ) : System.Collections.Generic
return System.Collections.Generic

OutcomeRepository() public method

public OutcomeRepository ( OutcomeManager outcomeManager ) : System.Collections.Generic
outcomeManager OutcomeManager
return System.Collections.Generic