C# Class ForumServer.DataLayer.UserEntity

Inheritance: System.Data.Objects.DataClasses.EntityObject
Mostra file Open project: sagioto/forum Class Usage Examples

Private Properties

Property Type Description
OnAuthenticationChanged void
OnAuthenticationChanging void
OnPasswordChanged void
OnPasswordChanging void
OnStateChanged void
OnStateChanging void
OnUserNameChanged void
OnUserNameChanging void

Public Methods

Method Description
CreateUserEntity ( global userName, global password, global authentication ) : UserEntity

Create a new UserEntity object.

Private Methods

Method Description
OnAuthenticationChanged ( ) : void
OnAuthenticationChanging ( global value ) : void
OnPasswordChanged ( ) : void
OnPasswordChanging ( global value ) : void
OnStateChanged ( ) : void
OnStateChanging ( global value ) : void
OnUserNameChanged ( ) : void
OnUserNameChanging ( global value ) : void

Method Details

CreateUserEntity() public static method

Create a new UserEntity object.
public static CreateUserEntity ( global userName, global password, global authentication ) : UserEntity
userName global Initial value of the UserName property.
password global Initial value of the Password property.
authentication global Initial value of the Authentication property.
return UserEntity