C# 클래스 Sitecore.Feature.Demo.Repositories.OutcomeRepository

파일 보기 프로젝트 열기: Sitecore/Habitat 1 사용 예제들

공개 메소드들

메소드 설명
GetAll ( ) : IEnumerable
GetLatest ( ) : IEnumerable
OutcomeRepository ( ) : System.Collections.Generic
OutcomeRepository ( OutcomeManager outcomeManager ) : System.Collections.Generic

비공개 메소드들

메소드 설명
Create ( IOutcome outcome ) : Sitecore.Feature.Demo.Models.Outcome
GetCurrentOutcomes ( ) : IEnumerable
GetHistoricalOutcomes ( ) : IEnumerable
GetOutcomeDefinition ( ID outcomeId ) : IOutcomeDefinition
GetOutcomeGroup ( IOutcomeDefinition outcome ) : string

메소드 상세

GetAll() 공개 메소드

public GetAll ( ) : IEnumerable
리턴 IEnumerable

GetLatest() 공개 메소드

public GetLatest ( ) : IEnumerable
리턴 IEnumerable

OutcomeRepository() 공개 메소드

public OutcomeRepository ( ) : System.Collections.Generic
리턴 System.Collections.Generic

OutcomeRepository() 공개 메소드

public OutcomeRepository ( OutcomeManager outcomeManager ) : System.Collections.Generic
outcomeManager OutcomeManager
리턴 System.Collections.Generic