C# Class FT.DB.User

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

Private Properties

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

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

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

SendPropertyChanging() protected méthode

protected SendPropertyChanging ( ) : void
Résultat void

User() public méthode

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