C# Class XamarinEvolveIOS.LocalProfileViewController

Inheritance: ProfileViewController
ファイルを表示 Open project: bholmes/XamarinEvolve2013Project

Public Methods

Method Description
LoadView ( ) : void
LocalProfileViewController ( ) : System
ViewDidAppear ( bool animated ) : void
ViewDidDisappear ( bool animated ) : void

Private Methods

Method 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 method

public LoadView ( ) : void
return void

LocalProfileViewController() public method

public LocalProfileViewController ( ) : System
return System

ViewDidAppear() public method

public ViewDidAppear ( bool animated ) : void
animated bool
return void

ViewDidDisappear() public method

public ViewDidDisappear ( bool animated ) : void
animated bool
return void