Method | Description | |
---|---|---|
LoginAs ( string username, string password ) : void | ||
Register ( string username, string email, string confirmEmail, string password, string confirmpassword, bool>.Dictionary |
Method | Description | |
---|---|---|
OnPropertyChanged ( [ propertyName = null ) : void |
Method | Description | |
---|---|---|
GetServiceLocationFromAppConfig ( ) : string | ||
RegisterUser ( |
||
VerifyNewUserCreds ( string username, string email, string confirmEmail, string password, string confirmpassword ) : bool |
public LoginAs ( string username, string password ) : void | ||
username | string | |
password | string | |
return | void |
protected OnPropertyChanged ( [ propertyName = null ) : void | ||
propertyName | [ | |
return | void |
public Register ( string username, string email, string confirmEmail, string password, string confirmpassword, bool>.Dictionary |
||
username | string | |
string | ||
confirmEmail | string | |
password | string | |
confirmpassword | string | |
roles | bool>.Dictionary | |
return | void |