C# 클래스 N2.Definitions.TemplateAggregator

상속: ITemplateAggregator, IAutoStart
파일 보기 프로젝트 열기: bherila/n2cms

공개 메소드들

메소드 설명
GetTemplate ( ContentItem item ) : N2.Definitions.TemplateDefinition
GetTemplate ( Type contentType, string templateKey ) : N2.Definitions.TemplateDefinition
GetTemplates ( Type contentType ) : IEnumerable
Start ( ) : void
Stop ( ) : void
TemplateAggregator ( IDefinitionManager definitions, ITemplateProvider templateProviders ) : N2.Engine

비공개 메소드들

메소드 설명
definitions_DefinitionResolving ( object sender, DefinitionEventArgs e ) : void

메소드 상세

GetTemplate() 공개 메소드

public GetTemplate ( ContentItem item ) : N2.Definitions.TemplateDefinition
item ContentItem
리턴 N2.Definitions.TemplateDefinition

GetTemplate() 공개 메소드

public GetTemplate ( Type contentType, string templateKey ) : N2.Definitions.TemplateDefinition
contentType System.Type
templateKey string
리턴 N2.Definitions.TemplateDefinition

GetTemplates() 공개 메소드

public GetTemplates ( Type contentType ) : IEnumerable
contentType System.Type
리턴 IEnumerable

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

TemplateAggregator() 공개 메소드

public TemplateAggregator ( IDefinitionManager definitions, ITemplateProvider templateProviders ) : N2.Engine
definitions IDefinitionManager
templateProviders ITemplateProvider
리턴 N2.Engine