C# 클래스 ForumServer.DataLayer.PostKeyEntity

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

Private Properties

프로퍼티 타입 설명
OnPostKeyIdChanged void
OnPostKeyIdChanging void
OnTimeChanged void
OnTimeChanging void
OnUsernameChanged void
OnUsernameChanging void

공개 메소드들

메소드 설명
CreatePostKeyEntity ( global postKeyId, global username, global time ) : PostKeyEntity

Create a new PostKeyEntity object.

비공개 메소드들

메소드 설명
OnPostKeyIdChanged ( ) : void
OnPostKeyIdChanging ( global value ) : void
OnTimeChanged ( ) : void
OnTimeChanging ( global value ) : void
OnUsernameChanged ( ) : void
OnUsernameChanging ( global value ) : void

메소드 상세

CreatePostKeyEntity() 공개 정적인 메소드

Create a new PostKeyEntity object.
public static CreatePostKeyEntity ( global postKeyId, global username, global time ) : PostKeyEntity
postKeyId global Initial value of the PostKeyId property.
username global Initial value of the Username property.
time global Initial value of the Time property.
리턴 PostKeyEntity