C# Class JoanCEdwards.DAO.Choice

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

Private Properties

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

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

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