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

RDFBooleanNotFilter represents a filter applying a negation on the logics of the given filter.
Наследование: RDFFilter
Показать файл Открыть проект

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

Метод Описание
RDFBooleanNotFilter ( RDFFilter filter ) : System

Default-ctor to build a negation filter on the given filter

ToString ( ) : String

Gives the string representation of the filter

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

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

Applies the filter on the given datarow

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

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

Default-ctor to build a negation filter on the given filter
public RDFBooleanNotFilter ( RDFFilter filter ) : System
filter RDFFilter
Результат System

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

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