C# Class QL.QLClasses.Values.BoolValue

Inheritance: QValue
Show file Open project: software-engineering-amsterdam/poly-ql Class Usage Examples

Public Methods

Method Description
And ( BoolValue secondValue ) : BoolValue
BoolValue ( bool value ) : QL.Interpreter.Controls.Input
CreateInputControl ( string name, QLMemory memory, bool isComputed ) : InputControl
Or ( BoolValue secondValue ) : BoolValue
Value ( ) : bool

Method Details

And() public method

public And ( BoolValue secondValue ) : BoolValue
secondValue BoolValue
return BoolValue

BoolValue() public method

public BoolValue ( bool value ) : QL.Interpreter.Controls.Input
value bool
return QL.Interpreter.Controls.Input

CreateInputControl() public method

public CreateInputControl ( string name, QLMemory memory, bool isComputed ) : InputControl
name string
memory QLMemory
isComputed bool
return QL.Interpreter.Controls.Input.InputControl

Or() public method

public Or ( BoolValue secondValue ) : BoolValue
secondValue BoolValue
return BoolValue

Value() public method

public Value ( ) : bool
return bool