C# Class MovieTutorial.SiteInitialization

Afficher le fichier Open project: volkanceylan/MovieTutorial Class Usage Examples

Méthodes publiques

Méthode Description
ApplicationEnd ( ) : void
ApplicationStart ( ) : void

Private Methods

Méthode Description
EnsureDatabase ( string databaseKey ) : void

Automatically creates a database for the template if it doesn't already exists. You might delete this method to disable auto create functionality.

RunMigrations ( string databaseKey ) : void

Method Details

ApplicationEnd() public static méthode

public static ApplicationEnd ( ) : void
Résultat void

ApplicationStart() public static méthode

public static ApplicationStart ( ) : void
Résultat void