C# Class DynamicSPARQLSpace.Union

Inheritance: Group, IWhereItem
Afficher le fichier Open project: Efimster/DynamicSPARQL Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Add ( IWhereItem item ) : void
item IWhereItem
Résultat void

AppendToString() public méthode

public AppendToString ( StringBuilder sb, bool autoQuotation = false, bool skipTriplesWithEmptyObject = false, bool mindAsterisk = false ) : StringBuilder
sb StringBuilder
autoQuotation bool
skipTriplesWithEmptyObject bool
mindAsterisk bool
Résultat StringBuilder

Insert() public méthode

public Insert ( int index, IWhereItem item ) : void
index int
item IWhereItem
Résultat void

Remove() public méthode

public Remove ( IWhereItem item ) : bool
item IWhereItem
Résultat bool

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

Union() public méthode

public Union ( ) : System
Résultat System