C# Class NDG.DataAccessModels.User

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: nokiadatagathering/WP7-Official Class Usage Examples

Private Properties

Свойство Type Description
OnCreated void
OnIDChanged void
OnIDChanging void
OnIsCurrentChanged void
OnIsCurrentChanging void
OnLoaded void
OnNameChanged void
OnNameChanging void
OnPasswordChanged void
OnPasswordChanging void
OnServerIDChanged void
OnServerIDChanging void
OnValidate void
attach_ResponseSet void
attach_Survey void
detach_ResponseSet void
detach_Survey void

Méthodes publiques

Méthode Description
User ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
OnCreated ( ) : void
OnIDChanged ( ) : void
OnIDChanging ( int value ) : void
OnIsCurrentChanged ( ) : void
OnIsCurrentChanging ( bool value ) : void
OnLoaded ( ) : void
OnNameChanged ( ) : void
OnNameChanging ( string value ) : void
OnPasswordChanged ( ) : void
OnPasswordChanging ( string value ) : void
OnServerIDChanged ( ) : void
OnServerIDChanging ( int value ) : void
OnValidate ( System action ) : void
attach_ResponseSet ( ResponseSet entity ) : void
attach_Survey ( Survey entity ) : void
detach_ResponseSet ( ResponseSet entity ) : void
detach_Survey ( Survey 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
Résultat System