C# Class MonoCross.Webkit.MXWebkitContainer

Inheritance: MXContainer
Mostra file Open project: benhorgen/MonoCross-Example

Public Methods

Method Description
GetParameters ( System.Web.HttpRequestBase request ) : string>.Dictionary
Initialize ( MXApplication theApp ) : void
Navigate ( string url, System.Web.HttpRequestBase request ) : void
Redirect ( string url ) : void

Protected Methods

Method Description
MXWebkitContainer ( MXApplication theApp ) : System
OnControllerLoadComplete ( IMXView fromView, IMXController controller, MonoCross.Navigation.MXViewPerspective viewPerspective ) : void
SetModelFromParameters ( string url, string>.Dictionary parameters ) : void
SetPropertyOnModel ( string parameter, object model, string value ) : void

Private Methods

Method Description
MXWebkitContainer ( ) : System

Method Details

GetParameters() public static method

public static GetParameters ( System.Web.HttpRequestBase request ) : string>.Dictionary
request System.Web.HttpRequestBase
return string>.Dictionary

Initialize() public static method

public static Initialize ( MXApplication theApp ) : void
theApp MXApplication
return void

MXWebkitContainer() protected method

protected MXWebkitContainer ( MXApplication theApp ) : System
theApp MXApplication
return System

Navigate() public static method

public static Navigate ( string url, System.Web.HttpRequestBase request ) : void
url string
request System.Web.HttpRequestBase
return void

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

SetModelFromParameters() protected static method

protected static SetModelFromParameters ( string url, string>.Dictionary parameters ) : void
url string
parameters string>.Dictionary
return void

SetPropertyOnModel() protected static method

protected static SetPropertyOnModel ( string parameter, object model, string value ) : void
parameter string
model object
value string
return void