C# Class RDFSharp.Query.RDFBooleanNotFilter

RDFBooleanNotFilter represents a filter applying a negation on the logics of the given filter.
Inheritance: RDFFilter
显示文件 Open project: mdesalvo/RDFSharp

Public Methods

Method Description
RDFBooleanNotFilter ( RDFFilter filter ) : System

Default-ctor to build a negation filter on the given filter

ToString ( ) : String

Gives the string representation of the filter

Private Methods

Method Description
ApplyFilter ( DataRow row, System.Boolean applyNegation ) : System.Boolean

Applies the filter on the given datarow

Method Details

RDFBooleanNotFilter() public method

Default-ctor to build a negation filter on the given filter
public RDFBooleanNotFilter ( RDFFilter filter ) : System
filter RDFFilter
return System

ToString() public method

Gives the string representation of the filter
public ToString ( ) : String
return String