C# Class QL.Interpreter.Controls.Input.InputControl

Inheritance: System.Windows.Controls.StackPanel
Mostra file Open project: software-engineering-amsterdam/poly-ql Class Usage Examples

Protected Properties

Property Type Description
IdName string
IsComputed bool
Memory QLMemory

Public Methods

Method Description
Render ( ) : void

Protected Methods

Method Description
InputControl ( string idName, QLMemory memory, bool isComputed = false ) : System.Windows

Method Details

InputControl() protected method

protected InputControl ( string idName, QLMemory memory, bool isComputed = false ) : System.Windows
idName string
memory QLMemory
isComputed bool
return System.Windows

Render() public abstract method

public abstract Render ( ) : void
return void

Property Details

IdName protected_oe property

protected string IdName
return string

IsComputed protected_oe property

protected bool IsComputed
return bool

Memory protected_oe property

protected QLMemory Memory
return QLMemory