C# Class RDFSharp.Query.RDFIsUriFilter

RDFIsUriFilter represents a filter for Uri values of a variable.
Inheritance: RDFFilter
Datei anzeigen Open project: mdesalvo/RDFSharp Class Usage Examples

Public Methods

Method Description
RDFIsUriFilter ( RDFVariable variable ) : System

Default-ctor to build a filter on the given variable

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

RDFIsUriFilter() public method

Default-ctor to build a filter on the given variable
public RDFIsUriFilter ( RDFVariable variable ) : System
variable RDFVariable
return System

ToString() public method

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