C# Class FT.DB.CommentVote

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Mostra file Open project: friism/folketsting Class Usage Examples

Private Properties

Property Type Description
Initialize void
OnCommentIdChanged void
OnCommentIdChanging void
OnCommentVoteIdChanged void
OnCommentVoteIdChanging void
OnCreated void
OnDateChanged void
OnDateChanging void
OnDeserializing void
OnLoaded void
OnUserIdChanged void
OnUserIdChanging void
OnValidate void
OnVoteChanged void
OnVoteChanging void

Public Methods

Method Description
CommentVote ( ) : System.Data.Linq

Protected Methods

Method Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Method Description
Initialize ( ) : void
OnCommentIdChanged ( ) : void
OnCommentIdChanging ( System value ) : void
OnCommentVoteIdChanged ( ) : void
OnCommentVoteIdChanging ( int value ) : void
OnCreated ( ) : void
OnDateChanged ( ) : void
OnDateChanging ( System value ) : void
OnDeserializing ( StreamingContext context ) : void
OnLoaded ( ) : void
OnUserIdChanged ( ) : void
OnUserIdChanging ( System value ) : void
OnValidate ( System action ) : void
OnVoteChanged ( ) : void
OnVoteChanging ( System value ) : void

Method Details

CommentVote() public method

public CommentVote ( ) : System.Data.Linq
return System.Data.Linq

SendPropertyChanged() protected method

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
return void

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void