C# Class AllegroGraphCSharpClient.Catalog

Catalog class handles all interaction with the catalog object Please note that if you use wcf, you will always need to pass the url and potentially username/password Otherwise you can set it using the constructor
Inheritance: ICatalog
Afficher le fichier Open project: franzinc/agraph-csharp-client

Méthodes publiques

Méthode Description
InitializeCatalogClass ( string url, string username, string password ) : bool

Initializes the catalog class

createTripleStore ( string name, string url ) : bool

Initialize new triple store

deleteTripleStore ( string storeName, string url ) : bool
federateTripleStores ( string name, List storeNames, string url ) : bool

Federate the triple store, untested at this time

getRepository ( string name, string url ) : Repository
getUrl ( ) : string

return url for the service

legalizeName ( string name, string url ) : string
listTripleStores ( string url ) : List

List the triple stores at the current url

Method Details

InitializeCatalogClass() public méthode

Initializes the catalog class
public InitializeCatalogClass ( string url, string username, string password ) : bool
url string
username string
password string
Résultat bool

createTripleStore() public méthode

Initialize new triple store
public createTripleStore ( string name, string url ) : bool
name string
url string
Résultat bool

deleteTripleStore() public méthode

public deleteTripleStore ( string storeName, string url ) : bool
storeName string
url string
Résultat bool

federateTripleStores() public méthode

Federate the triple store, untested at this time
public federateTripleStores ( string name, List storeNames, string url ) : bool
name string
storeNames List
url string
Résultat bool

getRepository() public méthode

public getRepository ( string name, string url ) : Repository
name string
url string
Résultat Repository

getUrl() public méthode

return url for the service
public getUrl ( ) : string
Résultat string

legalizeName() public méthode

public legalizeName ( string name, string url ) : string
name string
url string
Résultat string

listTripleStores() public méthode

List the triple stores at the current url
public listTripleStores ( string url ) : List
url string
Résultat List