C# Class FT.DB.User

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

Private Properties

Property Type Description
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

Public Methods

Method Description
User ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
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

Method Details

SendPropertyChanged() protected method

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

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void

User() public method

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