C# 클래스 FrannHammer.AccountRegistrationTool.ViewModels.MainVm

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: Frannsoft/FrannHammer 1 사용 예제들

공개 메소드들

메소드 설명
LoginAs ( string username, string password ) : void
Register ( string username, string email, string confirmEmail, string password, string confirmpassword, bool>.Dictionary roles ) : void

보호된 메소드들

메소드 설명
OnPropertyChanged ( [ propertyName = null ) : void

비공개 메소드들

메소드 설명
GetServiceLocationFromAppConfig ( ) : string
RegisterUser ( RegisterUserModel newUserModel ) : void
VerifyNewUserCreds ( string username, string email, string confirmEmail, string password, string confirmpassword ) : bool

메소드 상세

LoginAs() 공개 메소드

public LoginAs ( string username, string password ) : void
username string
password string
리턴 void

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( [ propertyName = null ) : void
propertyName [
리턴 void

Register() 공개 메소드

public Register ( string username, string email, string confirmEmail, string password, string confirmpassword, bool>.Dictionary roles ) : void
username string
email string
confirmEmail string
password string
confirmpassword string
roles bool>.Dictionary
리턴 void