C# Класс MvvmNavigationToolkit.WindowsPhone.Sample.Infrastructure.ContainerBuilderAdapter

Autofac implementation of IIoCContainerBuilder
Наследование: IIoCContainerBuilder
Показать файл Открыть проект

Открытые методы

Метод Описание
ContainerBuilderAdapter ( ContainerBuilder container ) : System
Register ( Type timplementation ) : void
Register ( Type timplementation, Type tinterface ) : void
RegisterAsSingleton ( Type timplementation ) : void
RegisterAsSingleton ( Type timplementation, Type tinterface ) : void

Описание методов

ContainerBuilderAdapter() публичный Метод

public ContainerBuilderAdapter ( ContainerBuilder container ) : System
container Autofac.ContainerBuilder
Результат System

Register() публичный Метод

public Register ( Type timplementation ) : void
timplementation System.Type
Результат void

Register() публичный Метод

public Register ( Type timplementation, Type tinterface ) : void
timplementation System.Type
tinterface System.Type
Результат void

RegisterAsSingleton() публичный Метод

public RegisterAsSingleton ( Type timplementation ) : void
timplementation System.Type
Результат void

RegisterAsSingleton() публичный Метод

public RegisterAsSingleton ( Type timplementation, Type tinterface ) : void
timplementation System.Type
tinterface System.Type
Результат void