C# 클래스 FT.DB.Comment

상속: INotifyPropertyChanging, INotifyPropertyChanged
파일 보기 프로젝트 열기: friism/folketsting 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Comment ( ) : System.Data.Linq

보호된 메소드들

메소드 설명
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Comment() 공개 메소드

public Comment ( ) : System.Data.Linq
리턴 System.Data.Linq

SendPropertyChanged() 보호된 메소드

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
리턴 void

SendPropertyChanging() 보호된 메소드

protected SendPropertyChanging ( ) : void
리턴 void