C# 클래스 myProducts.Xamarin.Views.Pages.BaseViewLocator

상속: IViewLocator
파일 보기 프로젝트 열기: ChristianWeyer/myProducts-End-to-End

공개 메소드들

메소드 설명
BaseViewLocator ( ) : Autofac

보호된 메소드들

메소드 설명
WirePlatformDependentServices ( ContainerBuilder builder ) : void

비공개 메소드들

메소드 설명
BuildIoCContainer ( ) : void
WireLanguage ( ContainerBuilder builder ) : void
WirePages ( ContainerBuilder builder ) : void
WireServices ( ContainerBuilder builder ) : void
WireViewLocator ( ContainerBuilder builder ) : void
WireViewModels ( ContainerBuilder builder ) : void

메소드 상세

BaseViewLocator() 공개 메소드

public BaseViewLocator ( ) : Autofac
리턴 Autofac

WirePlatformDependentServices() 보호된 추상적인 메소드

protected abstract WirePlatformDependentServices ( ContainerBuilder builder ) : void
builder Autofac.ContainerBuilder
리턴 void