Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NExpression Class
Members


In This Topic
    NExpression Class
    In This Topic
    Represents an expression and serves as base class for all expressions. Expressions are used to automatically update the value of an element property.
    Object Model
    NExpression Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NExpression 
       Implements INDomDeeplyCloneable, Nevron.Nov.Serialization.INDomCustomSerializable 
    'Usage
     
    
    Dim instance As NExpression
    Remarks
    The {element:property} value, which is updated is called "expression target" or simply "target". The expression is bound to target, if the TargetElement and TargetProperty properties are determined. The binding/unbinding is automatically performed when an expression is set to an element property via the SetFx methods of NElement. You can check whether the expression is bound to target via the IsBoundToTarget property.

    An expression can either be in parsed or unparsed state. The expression can be evaluated only when it is parsed. The parsing and evaluation are automatically performed.

    Inheritance Hierarchy
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also