C# Class nature_net.User

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: naturenet/nature-net-ppi Class Usage Examples

Private Properties

Свойство Type Description
OnCreated void
OnLoaded void
OnValidate void
OnavatarChanged void
OnavatarChanging void
OnemailChanged void
OnemailChanging void
OnidChanged void
OnidChanging void
OnnameChanged void
OnnameChanging void
OnpasswordChanged void
OnpasswordChanging void
Ontechnical_infoChanged void
Ontechnical_infoChanging void
attach_Actions void
attach_Collections void
attach_Feedbacks void
detach_Actions void
detach_Collections void
detach_Feedbacks 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
OnCreated ( ) : void
OnLoaded ( ) : void
OnValidate ( System action ) : void
OnavatarChanged ( ) : void
OnavatarChanging ( string value ) : void
OnemailChanged ( ) : void
OnemailChanging ( string value ) : void
OnidChanged ( ) : void
OnidChanging ( int value ) : void
OnnameChanged ( ) : void
OnnameChanging ( string value ) : void
OnpasswordChanged ( ) : void
OnpasswordChanging ( string value ) : void
Ontechnical_infoChanged ( ) : void
Ontechnical_infoChanging ( string value ) : void
attach_Actions ( Action entity ) : void
attach_Collections ( Collection entity ) : void
attach_Feedbacks ( Feedback entity ) : void
detach_Actions ( Action entity ) : void
detach_Collections ( Collection entity ) : void
detach_Feedbacks ( Feedback 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