Nevron .NET Vision
Nevron.Filters Namespace / NNotFilter Class
Members


In This Topic
    NNotFilter Class
    In This Topic
    The NNotFilter class represents a boolean algebra NOT expression and is used to invert the result of the filter it contains
    Object Model
    NNotFilter Class
    Syntax
    'Declaration
     
    
    <System.SerializableAttribute()>
    Public Class NNotFilter 
       Inherits NFilter
       Implements INFilter 
    'Usage
     
    
    Dim instance As NNotFilter
    [System.Serializable()]
    public class NNotFilter : NFilter, INFilter  
    Remarks
    This filter inverts the result of the one and only filter it contains
    Inheritance Hierarchy

    System.Object
       Nevron.Filters.NFilter
          Nevron.Filters.NNotFilter

    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