Click or drag to resize

ExprInteger Class

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

Inheritance Hierarchy
SystemObject
  Demo3D.VisualsExprAny
    Demo3D.VisualsExprInteger

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public class ExprInteger : ExprAny

The ExprInteger type exposes the following members.

Constructors
 NameDescription
Public methodExprIntegerInitializes a new instance of the ExprInteger class
Public methodExprInteger(Int32)Initializes a new instance of the ExprInteger class
Top
Properties
 NameDescription
Public propertyExpression
(Inherited from ExprAny)
Public propertyValue 
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
Fields
 NameDescription
Protected fieldexpr
(Inherited from ExprAny)
Protected fieldtype
(Inherited from ExprAny)
Top
See Also