C# 클래스 Integreat.ApplicationObject.AppSetup

파일 보기 프로젝트 열기: Integreat/app-cross_platform 1 사용 예제들

공개 메소드들

메소드 설명
AppSetup ( Xamarin.Forms.Application application, ContainerBuilder cb ) : Autofac
Run ( ) : void

보호된 메소드들

메소드 설명
ConfigureContainer ( ContainerBuilder cb ) : void

비공개 메소드들

메소드 설명
ConfigureApplication ( IComponentContext container ) : void
RegisterViews ( IViewFactory viewFactory ) : void

메소드 상세

AppSetup() 공개 메소드

public AppSetup ( Xamarin.Forms.Application application, ContainerBuilder cb ) : Autofac
application Xamarin.Forms.Application
cb Autofac.ContainerBuilder
리턴 Autofac

ConfigureContainer() 보호된 메소드

protected ConfigureContainer ( ContainerBuilder cb ) : void
cb Autofac.ContainerBuilder
리턴 void

Run() 공개 메소드

public Run ( ) : void
리턴 void