Property | Type | Description | |
---|---|---|---|
OnPasswordChanged | void | ||
OnPasswordChanging | void | ||
OnUserLevelChanged | void | ||
OnUserLevelChanging | void | ||
OnUsernameChanged | void | ||
OnUsernameChanging | void |
Method | Description | |
---|---|---|
CreateAccount ( global username, global password, global userLevel ) : |
Create a new Account object.
|
Method | Description | |
---|---|---|
OnPasswordChanged ( ) : void | ||
OnPasswordChanging ( global value ) : void | ||
OnUserLevelChanged ( ) : void | ||
OnUserLevelChanging ( global value ) : void | ||
OnUsernameChanged ( ) : void | ||
OnUsernameChanging ( global value ) : void |
public static CreateAccount ( global username, global password, global userLevel ) : |
||
username | global | Initial value of the Username property. |
password | global | Initial value of the Password property. |
userLevel | global | Initial value of the UserLevel property. |
return |