C# Class RDFSharp.Query.RDFLangMatchesFilter

RDFLangMatchesFilter represents a filter on the language of a variable.
Inheritance: RDFFilter
Afficher le fichier Open project: mdesalvo/RDFSharp

Méthodes publiques

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

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

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
Résultat System

ToString() public méthode

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