C# Class AzureMobileAuthN.SampleApp.WindowsPhone.Setup

Inheritance: Cirrious.MvvmCross.WindowsPhone.Platform.MvxPhoneSetup
Datei anzeigen Open project: kstreet/Street.MvxPlugins Class Usage Examples

Public Methods

Method Description
Setup ( PhoneApplicationFrame rootFrame ) : System

Protected Methods

Method Description
CreateApp ( ) : IMvxApplication
CreateDebugTrace ( ) : IMvxTrace
GetPluginConfiguration ( Type plugin ) : IMvxPluginConfiguration
GetViewModelAssemblies ( ) : System.Reflection.Assembly[]
InitializeLastChance ( ) : void
InitializeViewLookup ( ) : void

Method Details

CreateApp() protected method

protected CreateApp ( ) : IMvxApplication
return IMvxApplication

CreateDebugTrace() protected method

protected CreateDebugTrace ( ) : IMvxTrace
return IMvxTrace

GetPluginConfiguration() protected method

protected GetPluginConfiguration ( Type plugin ) : IMvxPluginConfiguration
plugin System.Type
return IMvxPluginConfiguration

GetViewModelAssemblies() protected method

protected GetViewModelAssemblies ( ) : System.Reflection.Assembly[]
return System.Reflection.Assembly[]

InitializeLastChance() protected method

protected InitializeLastChance ( ) : void
return void

InitializeViewLookup() protected method

protected InitializeViewLookup ( ) : void
return void

Setup() public method

public Setup ( PhoneApplicationFrame rootFrame ) : System
rootFrame PhoneApplicationFrame
return System