C# 클래스 EvolveApp.ReusableLoginPage

상속: Xamarin.Forms.ContentPage
파일 보기 프로젝트 열기: xamarin/mini-hacks

공개 프로퍼티들

프로퍼티 타입 설명
indicator Xamarin.Forms.ActivityIndicator

공개 메소드들

메소드 설명
ForgotPassword ( ) : void
Login ( string userName, string passWord ) : void
NewUserSignUp ( ) : void
ReusableLoginPage ( ) : System
RunAfterAnimation ( ) : void
SetPasswordEntry ( string password ) : void
SetUsernameEntry ( string username ) : void

보호된 메소드들

메소드 설명
OnAppearing ( ) : void

비공개 메소드들

메소드 설명
AddConstraintsToChildren ( ) : void
CreateGlobalChildren ( ) : void

메소드 상세

ForgotPassword() 공개 메소드

public ForgotPassword ( ) : void
리턴 void

Login() 공개 메소드

public Login ( string userName, string passWord ) : void
userName string
passWord string
리턴 void

NewUserSignUp() 공개 메소드

public NewUserSignUp ( ) : void
리턴 void

OnAppearing() 보호된 메소드

protected OnAppearing ( ) : void
리턴 void

ReusableLoginPage() 공개 메소드

public ReusableLoginPage ( ) : System
리턴 System

RunAfterAnimation() 공개 메소드

public RunAfterAnimation ( ) : void
리턴 void

SetPasswordEntry() 공개 메소드

public SetPasswordEntry ( string password ) : void
password string
리턴 void

SetUsernameEntry() 공개 메소드

public SetUsernameEntry ( string username ) : void
username string
리턴 void

프로퍼티 상세

indicator 공개적으로 프로퍼티

public ActivityIndicator,Xamarin.Forms indicator
리턴 Xamarin.Forms.ActivityIndicator