C# Class MvcApplication2.Models.User

Inheritance: System.Data.Objects.DataClasses.EntityObject
Show file Open project: Chux/viper-wiki Class Usage Examples

Private Properties

Property Type Description
OnidChanged void
OnidChanging void
OnpasswordChanged void
OnpasswordChanging void
OnusernameChanged void
OnusernameChanging void

Public Methods

Method Description
CreateUser ( global username, global password, global id ) : User

Create a new User object.

Private Methods

Method Description
OnidChanged ( ) : void
OnidChanging ( global value ) : void
OnpasswordChanged ( ) : void
OnpasswordChanging ( global value ) : void
OnusernameChanged ( ) : void
OnusernameChanging ( global value ) : void

Method Details

CreateUser() public static method

Create a new User object.
public static CreateUser ( global username, global password, global id ) : User
username global Initial value of the username property.
password global Initial value of the password property.
id global Initial value of the id property.
return User