C# Class MvvmNavigationToolkit.WindowsPhone.Sample.Infrastructure.ContainerBuilderAdapter

Autofac implementation of IIoCContainerBuilder
Inheritance: IIoCContainerBuilder
Afficher le fichier Open project: EgorBo/MvvmNavigationToolkit

Méthodes publiques

Méthode Description
ContainerBuilderAdapter ( ContainerBuilder container ) : System
Register ( Type timplementation ) : void
Register ( Type timplementation, Type tinterface ) : void
RegisterAsSingleton ( Type timplementation ) : void
RegisterAsSingleton ( Type timplementation, Type tinterface ) : void

Method Details

ContainerBuilderAdapter() public méthode

public ContainerBuilderAdapter ( ContainerBuilder container ) : System
container Autofac.ContainerBuilder
Résultat System

Register() public méthode

public Register ( Type timplementation ) : void
timplementation System.Type
Résultat void

Register() public méthode

public Register ( Type timplementation, Type tinterface ) : void
timplementation System.Type
tinterface System.Type
Résultat void

RegisterAsSingleton() public méthode

public RegisterAsSingleton ( Type timplementation ) : void
timplementation System.Type
Résultat void

RegisterAsSingleton() public méthode

public RegisterAsSingleton ( Type timplementation, Type tinterface ) : void
timplementation System.Type
tinterface System.Type
Résultat void