C# Class JoanCEdwards.DAO.Question

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Show file Open project: pragmaticpat/EdwardsFoundation Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnLoaded void
OnQuestionCategoryChanged void
OnQuestionCategoryChanging void
OnQuestionIdChanged void
OnQuestionIdChanging void
OnQuestionTextChanged void
OnQuestionTextChanging void
OnQuestionTypeChanged void
OnQuestionTypeChanging void
OnValidate void
attach_ExamQuestions void
attach_QuestionAnswers void
attach_QuestionChoices void
detach_ExamQuestions void
detach_QuestionAnswers void
detach_QuestionChoices void

Public Methods

Method Description
Question ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnLoaded ( ) : void
OnQuestionCategoryChanged ( ) : void
OnQuestionCategoryChanging ( string value ) : void
OnQuestionIdChanged ( ) : void
OnQuestionIdChanging ( int value ) : void
OnQuestionTextChanged ( ) : void
OnQuestionTextChanging ( string value ) : void
OnQuestionTypeChanged ( ) : void
OnQuestionTypeChanging ( string value ) : void
OnValidate ( System action ) : void
attach_ExamQuestions ( ExamQuestion entity ) : void
attach_QuestionAnswers ( QuestionAnswer entity ) : void
attach_QuestionChoices ( QuestionChoice entity ) : void
detach_ExamQuestions ( ExamQuestion entity ) : void
detach_QuestionAnswers ( QuestionAnswer entity ) : void
detach_QuestionChoices ( QuestionChoice entity ) : void

Method Details

Question() public method

public Question ( ) : System.Data.Linq
return System.Data.Linq

SendPropertyChanged() protected method

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

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void