C# Class MonoCross.WindowsPhone.MXPhoneContainer

Inheritance: MXContainer
Mostrar archivo Open project: benhorgen/MonoCross-Example

Public Properties

Property Type Description
ViewModels object>.Dictionary

Public Methods

Method Description
Initialize ( MXApplication theApp, PhoneApplicationFrame rootFrame ) : void
MXPhoneContainer ( MXApplication theApp ) : System
Redirect ( string url ) : void

Protected Methods

Method Description
OnControllerLoadComplete ( IMXView fromView, IMXController controller, MonoCross.Navigation.MXViewPerspective viewPerspective ) : void
StartViewForController ( IMXView fromView, IMXController controller, MonoCross.Navigation.MXViewPerspective viewPerspective ) : void

Method Details

Initialize() public static method

public static Initialize ( MXApplication theApp, PhoneApplicationFrame rootFrame ) : void
theApp MXApplication
rootFrame PhoneApplicationFrame
return void

MXPhoneContainer() public method

public MXPhoneContainer ( MXApplication theApp ) : System
theApp MXApplication
return System

OnControllerLoadComplete() protected method

protected OnControllerLoadComplete ( IMXView fromView, IMXController controller, MonoCross.Navigation.MXViewPerspective viewPerspective ) : void
fromView IMXView
controller IMXController
viewPerspective MonoCross.Navigation.MXViewPerspective
return void

Redirect() public method

public Redirect ( string url ) : void
url string
return void

StartViewForController() protected static method

protected static StartViewForController ( IMXView fromView, IMXController controller, MonoCross.Navigation.MXViewPerspective viewPerspective ) : void
fromView IMXView
controller IMXController
viewPerspective MonoCross.Navigation.MXViewPerspective
return void

Property Details

ViewModels public_oe static_oe property

public static Dictionary ViewModels
return object>.Dictionary