Click or drag to resize

ExprBool Class

[Missing <summary> documentation for "T:Demo3D.Visuals.ExprBool"]

Inheritance Hierarchy

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public sealed class ExprBool : ExprAny

The ExprBool type exposes the following members.

Constructors
  NameDescription
Public methodExprBool
Initializes a new instance of the ExprBool class
Public methodExprBool(Boolean)
Initializes a new instance of the ExprBool class
Top
Properties
  NameDescription
Public propertyContext (Inherited from ExprAny.)
Public propertyExpression (Inherited from ExprAny.)
Public propertyVisual (Inherited from ExprAny.)
Top
Methods
  NameDescription
Public methodClone (Inherited from ExprAny.)
Public methodEquals (Inherited from ExprAny.)
Public methodEvaluate (Inherited from ExprAny.)
Public methodEvaluate(Boolean) (Inherited from ExprAny.)
Public methodEvaluate(ExprContext) (Inherited from ExprAny.)
Public methodEvaluate(ExprContext, Boolean) (Inherited from ExprAny.)
Public methodGetHashCode (Inherited from ExprAny.)
Public methodGetValue
Public methodToString (Inherited from ExprAny.)
Top
See Also