C# 클래스 Felinesoft.UmbracoCodeFirst.Core.Modules.TemplateModule

상속: ITemplateModule
파일 보기 프로젝트 열기: DanMannMann/UmbracoCodeFirst

공개 메소드들

메소드 설명
Initialise ( IEnumerable classes ) : void
RegisterTemplates ( Type docType ) : void

Registers the specified templates for the given doctype. Creates a basic default cshtml file if none exists at the specified path.

TemplateModule ( IDocumentTypeModule documentTypeModule, IFileService fileService, IContentTypeService contentTypeService ) : System

비공개 메소드들

메소드 설명
ConfigureTemplate ( Type docType, ITemplate &defaultTemplate, TemplateAttribute attribute ) : ITemplate
CreateTemplate ( TemplateAttribute attribute ) : ITemplate

메소드 상세

Initialise() 공개 메소드

public Initialise ( IEnumerable classes ) : void
classes IEnumerable
리턴 void

RegisterTemplates() 공개 메소드

Registers the specified templates for the given doctype. Creates a basic default cshtml file if none exists at the specified path.
public RegisterTemplates ( Type docType ) : void
docType System.Type
리턴 void

TemplateModule() 공개 메소드

public TemplateModule ( IDocumentTypeModule documentTypeModule, IFileService fileService, IContentTypeService contentTypeService ) : System
documentTypeModule IDocumentTypeModule
fileService IFileService
contentTypeService IContentTypeService
리턴 System