C# Class XamarinEvolveIOS.LocalProfileViewController

Inheritance: ProfileViewController
Afficher le fichier Open project: bholmes/XamarinEvolve2013Project

Méthodes publiques

Méthode Description
LoadView ( ) : void
LocalProfileViewController ( ) : System
ViewDidAppear ( bool animated ) : void
ViewDidDisappear ( bool animated ) : void

Private Methods

Méthode Description
AsyncLoginComplete ( UserAccess loginResult ) : void
AsyncNewUserComplete ( UserAccess loginResult ) : void
CancelButtonClicked ( object sender, EventArgs e ) : void
ChangeMode ( Mode newMode ) : void
HideLoginScreen ( ) : void
LoginButtonClicked ( object sender, EventArgs e ) : void
SetBusyState ( bool busy ) : void
ShowLoginScreen ( ) : void
TryCreateUser ( ) : void
TryLoginUser ( ) : void
ValidateUserInfo ( bool forNewUser ) : bool

Method Details

LoadView() public méthode

public LoadView ( ) : void
Résultat void

LocalProfileViewController() public méthode

public LocalProfileViewController ( ) : System
Résultat System

ViewDidAppear() public méthode

public ViewDidAppear ( bool animated ) : void
animated bool
Résultat void

ViewDidDisappear() public méthode

public ViewDidDisappear ( bool animated ) : void
animated bool
Résultat void