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
SystemObject
  Demo3D.VisualsExprAny
    More

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

The ExprAny type exposes the following members.

Constructors
 NameDescription
Public methodExprAnyInitializes 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 propertyExpression 
Top
Methods
Operators
Fields
 NameDescription
Protected fieldexpr 
Protected fieldtype 
Top
See Also
Inheritance Hierarchy