C# Class NDG.DataAccessModels.DependentQuestions

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

Private Properties

Свойство Type Description
OnCreated void
OnIDChanged void
OnIDChanging void
OnLoaded void
OnParentQuestionIDChanged void
OnParentQuestionIDChanging void
OnRequiredAnswerChanged void
OnRequiredAnswerChanging void
OnValidate void
attach_Question_DependentQuestions void
detach_Question_DependentQuestions void

Méthodes publiques

Méthode Description
DependentQuestions ( ) : 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
OnLoaded ( ) : void
OnParentQuestionIDChanged ( ) : void
OnParentQuestionIDChanging ( int value ) : void
OnRequiredAnswerChanged ( ) : void
OnRequiredAnswerChanging ( string value ) : void
OnValidate ( System action ) : void
attach_Question_DependentQuestions ( Question entity ) : void
detach_Question_DependentQuestions ( Question entity ) : void

Method Details

DependentQuestions() public méthode

public DependentQuestions ( ) : 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