C# Class QSLib.QuestionControl

Interaction logic for QuestionControl.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: software-engineering-amsterdam/poly-ql Class Usage Examples

Méthodes publiques

Свойство Type Description
MyValueProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
AddIOControl ( Control control, bool isInput ) : void
AddQuestionLabel ( string qtext ) : void
QuestionControl ( string id ) : System

Méthodes protégées

Méthode Description
OnPropertyChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

AddIOControl() public méthode

public AddIOControl ( Control control, bool isInput ) : void
control System.Windows.Controls.Control
isInput bool
Résultat void

AddQuestionLabel() public méthode

public AddQuestionLabel ( string qtext ) : void
qtext string
Résultat void

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
sender object
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

QuestionControl() public méthode

public QuestionControl ( string id ) : System
id string
Résultat System

Property Details

MyValueProperty public_oe static_oe property

public static DependencyProperty,System.Windows MyValueProperty
Résultat System.Windows.DependencyProperty