C# 클래스 MvvmNavigationToolkit.WindowsPhone.Sample.Infrastructure.ContainerBuilderAdapter

Autofac implementation of IIoCContainerBuilder
상속: IIoCContainerBuilder
파일 보기 프로젝트 열기: EgorBo/MvvmNavigationToolkit

공개 메소드들

메소드 설명
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