C# Class MonoCross.Webkit.MXWebkitContainer

Inheritance: MXContainer
Afficher le fichier Open project: benhorgen/MonoCross-Example

Méthodes publiques

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

Méthodes protégées

Méthode 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

Méthode Description
MXWebkitContainer ( ) : System

Method Details

GetParameters() public static méthode

public static GetParameters ( System.Web.HttpRequestBase request ) : string>.Dictionary
request System.Web.HttpRequestBase
Résultat string>.Dictionary

Initialize() public static méthode

public static Initialize ( MXApplication theApp ) : void
theApp MXApplication
Résultat void

MXWebkitContainer() protected méthode

protected MXWebkitContainer ( MXApplication theApp ) : System
theApp MXApplication
Résultat System

Navigate() public static méthode

public static Navigate ( string url, System.Web.HttpRequestBase request ) : void
url string
request System.Web.HttpRequestBase
Résultat void

OnControllerLoadComplete() protected méthode

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

Redirect() public méthode

public Redirect ( string url ) : void
url string
Résultat void

SetModelFromParameters() protected static méthode

protected static SetModelFromParameters ( string url, string>.Dictionary parameters ) : void
url string
parameters string>.Dictionary
Résultat void

SetPropertyOnModel() protected static méthode

protected static SetPropertyOnModel ( string parameter, object model, string value ) : void
parameter string
model object
value string
Résultat void