C# Class Jad_Bot.Account

Inheritance: System.Data.Objects.DataClasses.EntityObject
Afficher le fichier Open project: jaddie/WCell-Utility-Bot Class Usage Examples

Private Properties

Свойство Type Description
OnPasswordChanged void
OnPasswordChanging void
OnUserLevelChanged void
OnUserLevelChanging void
OnUsernameChanged void
OnUsernameChanging void

Méthodes publiques

Méthode Description
CreateAccount ( global username, global password, global userLevel ) : Account

Create a new Account object.

Private Methods

Méthode Description
OnPasswordChanged ( ) : void
OnPasswordChanging ( global value ) : void
OnUserLevelChanged ( ) : void
OnUserLevelChanging ( global value ) : void
OnUsernameChanged ( ) : void
OnUsernameChanging ( global value ) : void

Method Details

CreateAccount() public static méthode

Create a new Account object.
public static CreateAccount ( global username, global password, global userLevel ) : Account
username global Initial value of the Username property.
password global Initial value of the Password property.
userLevel global Initial value of the UserLevel property.
Résultat Account