C# Class FT.DB.Comment

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: friism/folketsting Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
Comment ( ) : System.Data.Linq

Méthodes protégées

Méthode Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Méthode 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 méthode

public Comment ( ) : System.Data.Linq
Résultat System.Data.Linq

SendPropertyChanged() protected méthode

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
Résultat void

SendPropertyChanging() protected méthode

protected SendPropertyChanging ( ) : void
Résultat void