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

상속: CodeFirstAttribute, IInitialisableAttribute
파일 보기 프로젝트 열기: DanMannMann/UmbracoCodeFirst

공개 메소드들

메소드 설명
Initialise ( Type decoratedType ) : void
SeedFactoryAttribute ( int userId, bool publishOnCreate = false, bool raiseEventsOnCreate = false, int sortOrder ) : System

메소드 상세

Initialise() 공개 메소드

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

SeedFactoryAttribute() 공개 메소드

public SeedFactoryAttribute ( int userId, bool publishOnCreate = false, bool raiseEventsOnCreate = false, int sortOrder ) : System
userId int
publishOnCreate bool
raiseEventsOnCreate bool
sortOrder int
리턴 System