C# Class N2.Resources.ResourceInitializer

Inheritance: IAutoStart
Afficher le fichier Open project: n2cms/n2cms

Méthodes publiques

Méthode Description
ResourceInitializer ( Configuration configFactory ) : N2.Engine
Start ( ) : void

Initializes the paths to the resource files from the N2 configuration. This happens AFTER the N2.Resources.Register() constructor which initializes the defaults.

Stop ( ) : void

Method Details

ResourceInitializer() public méthode

public ResourceInitializer ( Configuration configFactory ) : N2.Engine
configFactory Configuration
Résultat N2.Engine

Start() public méthode

Initializes the paths to the resource files from the N2 configuration. This happens AFTER the N2.Resources.Register() constructor which initializes the defaults.
public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void