C# 클래스 QSLib.QuestionControl

Interaction logic for QuestionControl.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: software-engineering-amsterdam/poly-ql 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MyValueProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
AddIOControl ( Control control, bool isInput ) : void
AddQuestionLabel ( string qtext ) : void
QuestionControl ( string id ) : System

보호된 메소드들

메소드 설명
OnPropertyChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void

메소드 상세

AddIOControl() 공개 메소드

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

AddQuestionLabel() 공개 메소드

public AddQuestionLabel ( string qtext ) : void
qtext string
리턴 void

OnPropertyChanged() 보호된 메소드

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

QuestionControl() 공개 메소드

public QuestionControl ( string id ) : System
id string
리턴 System

프로퍼티 상세

MyValueProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows MyValueProperty
리턴 System.Windows.DependencyProperty