Click or drag to resize

ExprString Class

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

Inheritance Hierarchy
SystemObject
  Demo3D.VisualsExprAny
    Demo3D.VisualsExprString

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

The ExprString type exposes the following members.

Constructors
  NameDescription
Public methodExprString
Initializes a new instance of the ExprString class
Public methodExprString(String)
Initializes a new instance of the ExprString 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
Fields
  NameDescription
Public fieldStatic memberDefault
Protected fieldexpr (Inherited from ExprAny.)
Protected fieldtype (Inherited from ExprAny.)
Top
See Also