C# Class RDFSharp.Query.RDFBooleanAndFilter

RDFBooleanAndFilter represents a filter applying an "AND" on the logics of the given filters.
Inheritance: RDFFilter
Mostra file Open project: mdesalvo/RDFSharp

Public Methods

Method Description
RDFBooleanAndFilter ( RDFFilter leftFilter, RDFFilter rightFilter ) : System

Default-ctor to build an "AND" filter on the given filters

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

RDFBooleanAndFilter() public method

Default-ctor to build an "AND" filter on the given filters
public RDFBooleanAndFilter ( RDFFilter leftFilter, RDFFilter rightFilter ) : System
leftFilter RDFFilter
rightFilter RDFFilter
return System

ToString() public method

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