C# 클래스 Felinesoft.UmbracoCodeFirst.Attributes.TemplateAttribute

상속: MultipleCodeFirstAttribute, IInitialisableAttribute
파일 보기 프로젝트 열기: DanMannMann/UmbracoCodeFirst 1 사용 예제들

공개 메소드들

메소드 설명
Initialise ( Type decoratedType ) : void
TemplateAttribute ( bool isDefault = false, string name = null, string alias = null ) : System

메소드 상세

Initialise() 공개 메소드

public Initialise ( Type decoratedType ) : void
decoratedType System.Type
리턴 void

TemplateAttribute() 공개 메소드

public TemplateAttribute ( bool isDefault = false, string name = null, string alias = null ) : System
isDefault bool
name string
alias string
리턴 System