C# Class vlko.web.RegisterBlog

Inheritance: IAppInit
Afficher le fichier Open project: vlko/vlko

Méthodes publiques

Méthode Description
ConfigureDb ( bool registerNewDatabase ) : void

Configures the db.

Register ( ) : void

Registers this instance.

RegisterRoutes ( RouteCollection routes ) : void

Registers the routes.

Private Methods

Méthode Description
ConfigureSearchProvider ( bool dataExists ) : void

Configures the search provider.

CreateData ( ) : void

Creates data.

Method Details

ConfigureDb() public méthode

Configures the db.
public ConfigureDb ( bool registerNewDatabase ) : void
registerNewDatabase bool if set to true [register new database].
Résultat void

Register() public static méthode

Registers this instance.
public static Register ( ) : void
Résultat void

RegisterRoutes() public méthode

Registers the routes.
public RegisterRoutes ( RouteCollection routes ) : void
routes RouteCollection The routes.
Résultat void