C# 클래스 ForumServer.DataLayer.UserEntity

상속: System.Data.Objects.DataClasses.EntityObject
파일 보기 프로젝트 열기: sagioto/forum 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnAuthenticationChanged void
OnAuthenticationChanging void
OnPasswordChanged void
OnPasswordChanging void
OnStateChanged void
OnStateChanging void
OnUserNameChanged void
OnUserNameChanging void

공개 메소드들

메소드 설명
CreateUserEntity ( global userName, global password, global authentication ) : UserEntity

Create a new UserEntity object.

비공개 메소드들

메소드 설명
OnAuthenticationChanged ( ) : void
OnAuthenticationChanging ( global value ) : void
OnPasswordChanged ( ) : void
OnPasswordChanging ( global value ) : void
OnStateChanged ( ) : void
OnStateChanging ( global value ) : void
OnUserNameChanged ( ) : void
OnUserNameChanging ( global value ) : void

메소드 상세

CreateUserEntity() 공개 정적인 메소드

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.
리턴 UserEntity