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
파일 보기 프로젝트 열기: franzinc/agraph-csharp-client

공개 메소드들

메소드 설명
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