C# 클래스 RDFSharp.Query.RDFBooleanAndFilter

RDFBooleanAndFilter represents a filter applying an "AND" on the logics of the given filters.
상속: RDFFilter
파일 보기 프로젝트 열기: mdesalvo/RDFSharp

공개 메소드들

메소드 설명
RDFBooleanAndFilter ( RDFFilter leftFilter, RDFFilter rightFilter ) : System

Default-ctor to build an "AND" filter on the given filters

ToString ( ) : String

Gives the string representation of the filter

비공개 메소드들

메소드 설명
ApplyFilter ( DataRow row, System.Boolean applyNegation ) : System.Boolean

Applies the filter on the given datarow

메소드 상세

RDFBooleanAndFilter() 공개 메소드

Default-ctor to build an "AND" filter on the given filters
public RDFBooleanAndFilter ( RDFFilter leftFilter, RDFFilter rightFilter ) : System
leftFilter RDFFilter
rightFilter RDFFilter
리턴 System

ToString() 공개 메소드

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