C# Class RDFSharp.Query.RDFLangMatchesFilter

RDFLangMatchesFilter represents a filter on the language of a variable.
Inheritance: RDFFilter
Show file Open project: mdesalvo/RDFSharp

Public Methods

Method Description
RDFLangMatchesFilter ( RDFVariable variable, String language ) : System

Default-ctor to build a filter on the given variable for the given language

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 column corresponding to the variable in the given datarow

Method Details

RDFLangMatchesFilter() public method

Default-ctor to build a filter on the given variable for the given language
public RDFLangMatchesFilter ( RDFVariable variable, String language ) : System
variable RDFVariable
language String
return System

ToString() public method

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