C# Class RDFSharp.Query.RDFBooleanOrFilter

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

Méthodes publiques

Méthode 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

Méthode Description
ApplyFilter ( DataRow row, System.Boolean applyNegation ) : System.Boolean

Applies the filter on the given datarow

Method Details

RDFBooleanOrFilter() public méthode

Default-ctor to build an "OR" filter on the given filters
public RDFBooleanOrFilter ( RDFFilter leftFilter, RDFFilter rightFilter ) : System
leftFilter RDFFilter
rightFilter RDFFilter
Résultat System

ToString() public méthode

Gives the string representation of the filter
public ToString ( ) : String
Résultat String