C# Class JoanCEdwards.DAO.QuestionChoice

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Exibir arquivo Open project: pragmaticpat/EdwardsFoundation Class Usage Examples

Private Properties

Property Type Description
OnChoiceIdChanged void
OnChoiceIdChanging void
OnCreated void
OnLoaded void
OnQuestionIdChanged void
OnQuestionIdChanging void
OnSortOrderChanged void
OnSortOrderChanging void
OnValidate void

Public Methods

Method Description
QuestionChoice ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnChoiceIdChanged ( ) : void
OnChoiceIdChanging ( int value ) : void
OnCreated ( ) : void
OnLoaded ( ) : void
OnQuestionIdChanged ( ) : void
OnQuestionIdChanging ( int value ) : void
OnSortOrderChanged ( ) : void
OnSortOrderChanging ( int value ) : void
OnValidate ( System action ) : void

Method Details

QuestionChoice() public method

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