C# Class Felinesoft.UmbracoCodeFirst.Attributes.SeedFactoryAttribute

Inheritance: CodeFirstAttribute, IInitialisableAttribute
Afficher le fichier Open project: DanMannMann/UmbracoCodeFirst

Méthodes publiques

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

Method Details

Initialise() public méthode

public Initialise ( Type decoratedType ) : void
decoratedType System.Type
Résultat void

SeedFactoryAttribute() public méthode

public SeedFactoryAttribute ( int userId, bool publishOnCreate = false, bool raiseEventsOnCreate = false, int sortOrder ) : System
userId int
publishOnCreate bool
raiseEventsOnCreate bool
sortOrder int
Résultat System