C# Class JoanCEdwards.DAO.Question

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: pragmaticpat/EdwardsFoundation Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
Question ( ) : System.Data.Linq

Méthodes protégées

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

Private Methods

Méthode 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 méthode

public Question ( ) : System.Data.Linq
Résultat System.Data.Linq

SendPropertyChanged() protected méthode

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

SendPropertyChanging() protected méthode

protected SendPropertyChanging ( ) : void
Résultat void