C# Class Jad_Bot.Account

Inheritance: System.Data.Objects.DataClasses.EntityObject
显示文件 Open project: jaddie/WCell-Utility-Bot Class Usage Examples

Private Properties

Property Type Description
OnPasswordChanged void
OnPasswordChanging void
OnUserLevelChanged void
OnUserLevelChanging void
OnUsernameChanged void
OnUsernameChanging void

Public Methods

Method Description
CreateAccount ( global username, global password, global userLevel ) : Account

Create a new Account object.

Private Methods

Method Description
OnPasswordChanged ( ) : void
OnPasswordChanging ( global value ) : void
OnUserLevelChanged ( ) : void
OnUserLevelChanging ( global value ) : void
OnUsernameChanged ( ) : void
OnUsernameChanging ( global value ) : void

Method Details

CreateAccount() public static method

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.
return Account