C# 클래스 QL.QLClasses.Statements.Question

상속: StatementBase
파일 보기 프로젝트 열기: software-engineering-amsterdam/poly-ql

보호된 프로퍼티들

프로퍼티 타입 설명
Label string
Memory QLMemory
Name string
Type QL.QLClasses.Types.QType

공개 메소드들

메소드 설명
Build ( QLGuiBuilder guiBuilder ) : void
CheckType ( QLTypeErrors typeErrors ) : bool
Question ( QLMemory memory, string name, string label, QType type ) : QL.Interpreter

보호된 메소드들

메소드 설명
DeclareValue ( ) : void

메소드 상세

Build() 공개 메소드

public Build ( QLGuiBuilder guiBuilder ) : void
guiBuilder QL.Interpreter.QLGuiBuilder
리턴 void

CheckType() 공개 메소드

public CheckType ( QLTypeErrors typeErrors ) : bool
typeErrors QLTypeErrors
리턴 bool

DeclareValue() 보호된 메소드

protected DeclareValue ( ) : void
리턴 void

Question() 공개 메소드

public Question ( QLMemory memory, string name, string label, QType type ) : QL.Interpreter
memory QLMemory
name string
label string
type QL.QLClasses.Types.QType
리턴 QL.Interpreter

프로퍼티 상세

Label 보호되어 있는 프로퍼티

protected string Label
리턴 string

Memory 보호되어 있는 프로퍼티

protected QLMemory Memory
리턴 QLMemory

Name 보호되어 있는 프로퍼티

protected string Name
리턴 string

Type 보호되어 있는 프로퍼티

protected QType,QL.QLClasses.Types Type
리턴 QL.QLClasses.Types.QType