C# 클래스 DynamicSPARQLSpace.Union

상속: Group, IWhereItem
파일 보기 프로젝트 열기: Efimster/DynamicSPARQL 1 사용 예제들

공개 메소드들

메소드 설명
Add ( IWhereItem item ) : void
AppendToString ( StringBuilder sb, bool autoQuotation = false, bool skipTriplesWithEmptyObject = false, bool mindAsterisk = false ) : StringBuilder
Insert ( int index, IWhereItem item ) : void
Remove ( IWhereItem item ) : bool
RemoveAt ( int index ) : void
Union ( ) : System

메소드 상세

Add() 공개 메소드

public Add ( IWhereItem item ) : void
item IWhereItem
리턴 void

AppendToString() 공개 메소드

public AppendToString ( StringBuilder sb, bool autoQuotation = false, bool skipTriplesWithEmptyObject = false, bool mindAsterisk = false ) : StringBuilder
sb StringBuilder
autoQuotation bool
skipTriplesWithEmptyObject bool
mindAsterisk bool
리턴 StringBuilder

Insert() 공개 메소드

public Insert ( int index, IWhereItem item ) : void
index int
item IWhereItem
리턴 void

Remove() 공개 메소드

public Remove ( IWhereItem item ) : bool
item IWhereItem
리턴 bool

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void

Union() 공개 메소드

public Union ( ) : System
리턴 System