C# Class DynamicSPARQLSpace.Union

Inheritance: Group, IWhereItem
Show file Open project: Efimster/DynamicSPARQL Class Usage Examples

Public Methods

Method Description
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

Method Details

Add() public method

public Add ( IWhereItem item ) : void
item IWhereItem
return void

AppendToString() public method

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

Insert() public method

public Insert ( int index, IWhereItem item ) : void
index int
item IWhereItem
return void

Remove() public method

public Remove ( IWhereItem item ) : bool
item IWhereItem
return bool

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

Union() public method

public Union ( ) : System
return System