Nevron .NET Vision
Nevron.FormulaEngine Namespace / NFormulaEngine Class / CustomOperators Property


In This Topic
    CustomOperators Property
    In This Topic
    Gets/sets the container of custom operators
    Syntax
    'Declaration
     
    
    Public Property CustomOperators As NOperatorContainer
    'Usage
     
    
    Dim instance As NFormulaEngine
    Dim value As NOperatorContainer
     
    instance.CustomOperators = value
     
    value = instance.CustomOperators
    public NOperatorContainer CustomOperators {get; set;}
    Remarks
    By default the value of this property is null, which means that the engine will use the default set of operators. Set this property to a valid NOperatorContainer instance, if you want to override the default operators implementation.
    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