C# Class RDFSharp.Query.RDFBooleanOrFilter

RDFBooleanOrFilter represents a filter applying an "OR" on the logics of the given filters.
Inheritance: RDFFilter
Mostrar archivo Open project: mdesalvo/RDFSharp

Public Methods

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

Default-ctor to build an "OR" 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

RDFBooleanOrFilter() public method

Default-ctor to build an "OR" filter on the given filters
public RDFBooleanOrFilter ( 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