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: 15.0.2.11458
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
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
Fields
  NameDescription
Protected fieldexpr
Protected fieldtype
Top
See Also