C# Class FT.Data.CommentVote

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

Private Properties

Property Type Description
OnCommentIdChanged void
OnCommentIdChanging void
OnCommentVoteIdChanged void
OnCommentVoteIdChanging void
OnDateChanged void
OnDateChanging void
OnUserIdChanged void
OnUserIdChanging void
OnVoteChanged void
OnVoteChanging void

Public Methods

Method Description
CreateCommentVote ( global commentVoteId ) : CommentVote

Create a new CommentVote object.

Private Methods

Method Description
OnCommentIdChanged ( ) : void
OnCommentIdChanging ( Nullable value ) : void
OnCommentVoteIdChanged ( ) : void
OnCommentVoteIdChanging ( global value ) : void
OnDateChanged ( ) : void
OnDateChanging ( Nullable value ) : void
OnUserIdChanged ( ) : void
OnUserIdChanging ( Nullable value ) : void
OnVoteChanged ( ) : void
OnVoteChanging ( Nullable value ) : void

Method Details

CreateCommentVote() public static method

Create a new CommentVote object.
public static CreateCommentVote ( global commentVoteId ) : CommentVote
commentVoteId global Initial value of the CommentVoteId property.
return CommentVote