C# Class QSLib.QuestionControl

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

Public Properties

Property Type Description
MyValueProperty System.Windows.DependencyProperty

Public Methods

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

Protected Methods

Method Description
OnPropertyChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

AddIOControl() public method

public AddIOControl ( Control control, bool isInput ) : void
control System.Windows.Controls.Control
isInput bool
return void

AddQuestionLabel() public method

public AddQuestionLabel ( string qtext ) : void
qtext string
return void

OnPropertyChanged() protected method

protected OnPropertyChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
sender object
e System.Windows.DependencyPropertyChangedEventArgs
return void

QuestionControl() public method

public QuestionControl ( string id ) : System
id string
return System

Property Details

MyValueProperty public_oe static_oe property

public static DependencyProperty,System.Windows MyValueProperty
return System.Windows.DependencyProperty