Nevron .NET Vision
Nevron.FormulaEngine Namespace / NConstantElement Class
Members


In This Topic
    NConstantElement Class
    In This Topic
    The NConstantElement class represents a constant (number, string or boolean constant).
    Object Model
    NConstantElement Class
    Syntax
    'Declaration
     
    
    Public Class NConstantElement 
       Inherits NFormulaElement
    'Usage
     
    
    Dim instance As NConstantElement
    public class NConstantElement : NFormulaElement 
    Inheritance Hierarchy

    System.Object
       Nevron.FormulaEngine.NFormulaElement
          Nevron.FormulaEngine.NConstantElement

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also