Click or drag to resize

ExprAny Class

The Expr types can be used for ScriptAction parameters to allow the user to specify either a literal value or an expression.
Inheritance Hierarchy

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 14.0.0.10531
Syntax
C#
public class ExprAny : ICloneable, IOwnedByVisual

The ExprAny type exposes the following members.

Constructors
  NameDescription
Public methodExprAny
Initializes a new instance of the ExprAny class
Protected methodExprAny(Type)
Initializes a new instance of the ExprAny class
Protected methodExprAny(Type, String)
Initializes a new instance of the ExprAny class
Top
Properties
  NameDescription
Public propertyContext
Public propertyExpression
Public propertyVisual
Top
Methods
  NameDescription
Public methodClone
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodEvaluate
Public methodEvaluate(Boolean)
Public methodEvaluate(ExprContext)
Public methodEvaluate(ExprContext, Boolean)
Public methodStatic memberEvaluate(ExprContext, String)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodToString (Overrides ObjectToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
Fields
  NameDescription
Protected fieldexpr
Protected fieldtype
Top
See Also