C# Class BrightstarDB.Graph.Context

Datei anzeigen Open project: BrightstarDB/GraphApi Class Usage Examples

Public Methods

Method Description
AddSet ( List uris ) : void
Context ( ) : System
LabelSet ( string label ) : void

Method Details

AddSet() public method

public AddSet ( List uris ) : void
uris List
return void

Context() public method

public Context ( ) : System
return System

LabelSet() public method

public LabelSet ( string label ) : void
label string
return void