C# Class Felinesoft.UmbracoCodeFirst.Attributes.SeedFactoryAttribute

Inheritance: CodeFirstAttribute, IInitialisableAttribute
Exibir arquivo Open project: DanMannMann/UmbracoCodeFirst

Public Methods

Method Description
Initialise ( Type decoratedType ) : void
SeedFactoryAttribute ( int userId, bool publishOnCreate = false, bool raiseEventsOnCreate = false, int sortOrder ) : System

Method Details

Initialise() public method

public Initialise ( Type decoratedType ) : void
decoratedType System.Type
return void

SeedFactoryAttribute() public method

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