Table of Contents

Class Boolean

Namespace
BOOSE
Assembly
BOOSE.dll

Boolean datatype, also used for Conditional Commands.

public class Boolean : Evaluation, ICommand
Inheritance
Boolean
Implements
Derived
Inherited Members

Constructors

Boolean()

public Boolean()

Properties

BoolValue

public bool BoolValue { get; set; }

Property Value

bool

Methods

Compile()

public override void Compile()

Execute()

base.execute() will deliver a "true" or "flase" so convert that to an actual boolean value.

public override void Execute()

Exceptions

CommandException

Thrown if not a valid boolean expression.