C# 클래스 RDFSharp.Query.RDFBoundFilter

RDFBoundFilter represents a filter checking if a variable is bound to a value.
상속: RDFFilter
파일 보기 프로젝트 열기: mdesalvo/RDFSharp

공개 메소드들

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

메소드 상세

RDFBoundFilter() 공개 메소드

Default-ctor to build a filter on the given variable
public RDFBoundFilter ( RDFVariable variable ) : System
variable RDFVariable
리턴 System

ToString() 공개 메소드

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