C# Класс 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
Наследование: ICatalog
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

InitializeCatalogClass() публичный Метод

Initializes the catalog class
public InitializeCatalogClass ( string url, string username, string password ) : bool
url string
username string
password string
Результат bool

createTripleStore() публичный Метод

Initialize new triple store
public createTripleStore ( string name, string url ) : bool
name string
url string
Результат bool

deleteTripleStore() публичный Метод

public deleteTripleStore ( string storeName, string url ) : bool
storeName string
url string
Результат bool

federateTripleStores() публичный Метод

Federate the triple store, untested at this time
public federateTripleStores ( string name, List storeNames, string url ) : bool
name string
storeNames List
url string
Результат bool

getRepository() публичный Метод

public getRepository ( string name, string url ) : Repository
name string
url string
Результат Repository

getUrl() публичный Метод

return url for the service
public getUrl ( ) : string
Результат string

legalizeName() публичный Метод

public legalizeName ( string name, string url ) : string
name string
url string
Результат string

listTripleStores() публичный Метод

List the triple stores at the current url
public listTripleStores ( string url ) : List
url string
Результат List