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


In This Topic
    NOperatorContainer Class
    In This Topic
    The NOperatorContainer class is used to store the operators, which can be involved in an expression. It contains an implementation for each operator (a class instance, which impemenets the INOperator interface).
    Object Model
    NOperatorContainer Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    Public Class NOperatorContainer 
    'Usage
     
    
    Dim instance As NOperatorContainer
    [System.Reflection.DefaultMember("Item")]
    public class NOperatorContainer 
    Inheritance Hierarchy

    System.Object
       Nevron.FormulaEngine.NOperatorContainer

    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