C# Class ForumServer.DataLayer.PostKeyEntity

Inheritance: System.Data.Objects.DataClasses.EntityObject
ファイルを表示 Open project: sagioto/forum Class Usage Examples

Private Properties

Property Type Description
OnPostKeyIdChanged void
OnPostKeyIdChanging void
OnTimeChanged void
OnTimeChanging void
OnUsernameChanged void
OnUsernameChanging void

Public Methods

Method Description
CreatePostKeyEntity ( global postKeyId, global username, global time ) : PostKeyEntity

Create a new PostKeyEntity object.

Private Methods

Method Description
OnPostKeyIdChanged ( ) : void
OnPostKeyIdChanging ( global value ) : void
OnTimeChanged ( ) : void
OnTimeChanging ( global value ) : void
OnUsernameChanged ( ) : void
OnUsernameChanging ( global value ) : void

Method Details

CreatePostKeyEntity() public static method

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