C# Class NDG.DataAccessModels.DependentQuestions

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Show file Open project: nokiadatagathering/WP7-Official Class Usage Examples

Private Properties

Property 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

Public Methods

Method Description
DependentQuestions ( ) : System

Protected Methods

Method Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Method 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 method

public DependentQuestions ( ) : System
return System

SendPropertyChanged() protected method

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
return void

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void