C# Класс RDFSharp.Query.RDFIsUriFilter

RDFIsUriFilter represents a filter for Uri values of a variable.
Наследование: RDFFilter
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
RDFIsUriFilter ( RDFVariable variable ) : System

Default-ctor to build a filter on the given variable

ToString ( ) : String

Gives the string representation of the filter

Приватные методы

Метод Описание
ApplyFilter ( DataRow row, System.Boolean applyNegation ) : System.Boolean

Applies the filter on the column corresponding to the variable in the given datarow

Описание методов

RDFIsUriFilter() публичный Метод

Default-ctor to build a filter on the given variable
public RDFIsUriFilter ( RDFVariable variable ) : System
variable RDFVariable
Результат System

ToString() публичный Метод

Gives the string representation of the filter
public ToString ( ) : String
Результат String