C# Class Catel.ExtensionsDataModule

Extensions.Data module which allows the registration of default services in the service locator.
Afficher le fichier Open project: Catel/Catel

Méthodes publiques

Méthode Description
Initialize ( IServiceLocator serviceLocator ) : void

Initializes the specified service locator.

Method Details

Initialize() public méthode

Initializes the specified service locator.
public Initialize ( IServiceLocator serviceLocator ) : void
serviceLocator IServiceLocator The service locator.
Résultat void