C# 클래스 RDFSharp.Query.RDFBooleanNotFilter

RDFBooleanNotFilter represents a filter applying a negation on the logics of the given filter.
상속: RDFFilter
파일 보기 프로젝트 열기: mdesalvo/RDFSharp

공개 메소드들

메소드 설명
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