C# Class FT.DB.Comment

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

Private Properties

Property Type Description
Initialize void
OnCommentIdChanged void
OnCommentIdChanging void
OnCommentTextChanged void
OnCommentTextChanging void
OnCommentTypeChanged void
OnCommentTypeChanging void
OnCreated void
OnDateChanged void
OnDateChanging void
OnDeserializing void
OnItemIdChanged void
OnItemIdChanging void
OnLoaded void
OnParentIdChanged void
OnParentIdChanging void
OnSerialized void
OnSerializing void
OnUserIdChanged void
OnUserIdChanging void
OnValidate void
attach_CommentVotes void
attach_Comments void
detach_CommentVotes void
detach_Comments void

Public Methods

Method Description
Comment ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
Initialize ( ) : void
OnCommentIdChanged ( ) : void
OnCommentIdChanging ( int value ) : void
OnCommentTextChanged ( ) : void
OnCommentTextChanging ( string value ) : void
OnCommentTypeChanged ( ) : void
OnCommentTypeChanging ( CommentType value ) : void
OnCreated ( ) : void
OnDateChanged ( ) : void
OnDateChanging ( System value ) : void
OnDeserializing ( StreamingContext context ) : void
OnItemIdChanged ( ) : void
OnItemIdChanging ( System value ) : void
OnLoaded ( ) : void
OnParentIdChanged ( ) : void
OnParentIdChanging ( System value ) : void
OnSerialized ( StreamingContext context ) : void
OnSerializing ( StreamingContext context ) : void
OnUserIdChanged ( ) : void
OnUserIdChanging ( System value ) : void
OnValidate ( System action ) : void
attach_CommentVotes ( CommentVote entity ) : void
attach_Comments ( Comment entity ) : void
detach_CommentVotes ( CommentVote entity ) : void
detach_Comments ( Comment entity ) : void

Method Details

Comment() public method

public Comment ( ) : 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