C# 클래스 FT.DB.User

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

Private Properties

프로퍼티 타입 설명
Initialize void
OnAspnetuseridChanged void
OnAspnetuseridChanging void
OnCreated void
OnCreatedOnChanged void
OnCreatedOnChanging void
OnDeserializing void
OnLoaded void
OnPicChanged void
OnPicChanging void
OnSerialized void
OnSerializing void
OnUrlChanged void
OnUrlChanging void
OnUserIdChanged void
OnUserIdChanging void
OnUsernameChanged void
OnUsernameChanging void
OnValidate void
attach_CommentVotes void
attach_Comments void
attach_P20Questions void
attach_Tags void
attach_UserLawVotes void
detach_CommentVotes void
detach_Comments void
detach_P20Questions void
detach_Tags void
detach_UserLawVotes void

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
Initialize ( ) : void
OnAspnetuseridChanged ( ) : void
OnAspnetuseridChanging ( System value ) : void
OnCreated ( ) : void
OnCreatedOnChanged ( ) : void
OnCreatedOnChanging ( System value ) : void
OnDeserializing ( StreamingContext context ) : void
OnLoaded ( ) : void
OnPicChanged ( ) : void
OnPicChanging ( System value ) : void
OnSerialized ( StreamingContext context ) : void
OnSerializing ( StreamingContext context ) : void
OnUrlChanged ( ) : void
OnUrlChanging ( string value ) : void
OnUserIdChanged ( ) : void
OnUserIdChanging ( int value ) : void
OnUsernameChanged ( ) : void
OnUsernameChanging ( string value ) : void
OnValidate ( System action ) : void
attach_CommentVotes ( CommentVote entity ) : void
attach_Comments ( Comment entity ) : void
attach_P20Questions ( P20Question entity ) : void
attach_Tags ( Tag entity ) : void
attach_UserLawVotes ( UserLawVote entity ) : void
detach_CommentVotes ( CommentVote entity ) : void
detach_Comments ( Comment entity ) : void
detach_P20Questions ( P20Question entity ) : void
detach_Tags ( Tag entity ) : void
detach_UserLawVotes ( UserLawVote entity ) : void

메소드 상세

SendPropertyChanged() 보호된 메소드

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

SendPropertyChanging() 보호된 메소드

protected SendPropertyChanging ( ) : void
리턴 void

User() 공개 메소드

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