C# Class NDG.DataAccessModels.Answer

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

Private Properties

Свойство Type Description
OnAnswerTextChanged void
OnAnswerTextChanging void
OnCreated void
OnIDChanged void
OnIDChanging void
OnLoaded void
OnQuestionIDChanged void
OnQuestionIDChanging void
OnResponseSetIDChanged void
OnResponseSetIDChanging void
OnValidate void

Méthodes publiques

Méthode Description
Answer ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
OnAnswerTextChanged ( ) : void
OnAnswerTextChanging ( string value ) : void
OnCreated ( ) : void
OnIDChanged ( ) : void
OnIDChanging ( int value ) : void
OnLoaded ( ) : void
OnQuestionIDChanged ( ) : void
OnQuestionIDChanging ( System value ) : void
OnResponseSetIDChanged ( ) : void
OnResponseSetIDChanging ( int value ) : void
OnValidate ( System action ) : void

Method Details

Answer() public méthode

public Answer ( ) : System
Résultat System

SendPropertyChanged() protected méthode

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

SendPropertyChanging() protected méthode

protected SendPropertyChanging ( ) : void
Résultat void