C# Class JoanCEdwards.DAO.Choice

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

Private Properties

Property Type Description
OnChoiceIdChanged void
OnChoiceIdChanging void
OnCreated void
OnLabelChanged void
OnLabelChanging void
OnLoaded void
OnValidate void
OnValueChanged void
OnValueChanging void
attach_QuestionChoices void
detach_QuestionChoices void

Public Methods

Method Description
Choice ( ) : 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
OnLabelChanged ( ) : void
OnLabelChanging ( string value ) : void
OnLoaded ( ) : void
OnValidate ( System action ) : void
OnValueChanged ( ) : void
OnValueChanging ( int value ) : void
attach_QuestionChoices ( QuestionChoice entity ) : void
detach_QuestionChoices ( QuestionChoice entity ) : void

Method Details

Choice() public method

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