C# Class myProducts.Xamarin.Views.Pages.BaseViewLocator

Inheritance: IViewLocator
Afficher le fichier Open project: ChristianWeyer/myProducts-End-to-End

Méthodes publiques

Méthode Description
BaseViewLocator ( ) : Autofac

Méthodes protégées

Méthode Description
WirePlatformDependentServices ( ContainerBuilder builder ) : void

Private Methods

Méthode Description
BuildIoCContainer ( ) : void
WireLanguage ( ContainerBuilder builder ) : void
WirePages ( ContainerBuilder builder ) : void
WireServices ( ContainerBuilder builder ) : void
WireViewLocator ( ContainerBuilder builder ) : void
WireViewModels ( ContainerBuilder builder ) : void

Method Details

BaseViewLocator() public méthode

public BaseViewLocator ( ) : Autofac
Résultat Autofac

WirePlatformDependentServices() protected abstract méthode

protected abstract WirePlatformDependentServices ( ContainerBuilder builder ) : void
builder Autofac.ContainerBuilder
Résultat void