C# 클래스 Cucumber.SimpleDb.Test.Transport.StaticSimpleDbRestService

상속: ISimpleDbService
파일 보기 프로젝트 열기: rexm/SimpleDb.Net

공개 메소드들

메소드 설명
BatchDeleteAttributes ( string domain ) : System.Xml.Linq.XElement
BatchPutAttributes ( string domain ) : System.Xml.Linq.XElement
CreateDomain ( string domain ) : System.Xml.Linq.XElement
DeleteAttributes ( string domain, string itemName ) : System.Xml.Linq.XElement
DeleteDomain ( string domain ) : System.Xml.Linq.XElement
GetAttributes ( string domain, string name, bool useConsistency ) : System.Xml.Linq.XElement
GetDomainMeta ( string domain ) : System.Xml.Linq.XElement
ListDomains ( ) : System.Xml.Linq.XElement
ListDomains ( string nextPageToken ) : System.Xml.Linq.XElement
PutAttributes ( string domain, string name ) : System.Xml.Linq.XElement
Select ( string query, bool useConsistency ) : System.Xml.Linq.XElement
Select ( string query, bool useConsistency, string nextPageToken ) : System.Xml.Linq.XElement
StaticSimpleDbRestService ( ) : NUnit.Framework

비공개 메소드들

메소드 설명
GenerateElement ( int index ) : System.Xml.Linq.XElement

메소드 상세

BatchDeleteAttributes() 공개 메소드

public BatchDeleteAttributes ( string domain ) : System.Xml.Linq.XElement
domain string
리턴 System.Xml.Linq.XElement

BatchPutAttributes() 공개 메소드

public BatchPutAttributes ( string domain ) : System.Xml.Linq.XElement
domain string
리턴 System.Xml.Linq.XElement

CreateDomain() 공개 메소드

public CreateDomain ( string domain ) : System.Xml.Linq.XElement
domain string
리턴 System.Xml.Linq.XElement

DeleteAttributes() 공개 메소드

public DeleteAttributes ( string domain, string itemName ) : System.Xml.Linq.XElement
domain string
itemName string
리턴 System.Xml.Linq.XElement

DeleteDomain() 공개 메소드

public DeleteDomain ( string domain ) : System.Xml.Linq.XElement
domain string
리턴 System.Xml.Linq.XElement

GetAttributes() 공개 메소드

public GetAttributes ( string domain, string name, bool useConsistency ) : System.Xml.Linq.XElement
domain string
name string
useConsistency bool
리턴 System.Xml.Linq.XElement

GetDomainMeta() 공개 메소드

public GetDomainMeta ( string domain ) : System.Xml.Linq.XElement
domain string
리턴 System.Xml.Linq.XElement

ListDomains() 공개 메소드

public ListDomains ( ) : System.Xml.Linq.XElement
리턴 System.Xml.Linq.XElement

ListDomains() 공개 메소드

public ListDomains ( string nextPageToken ) : System.Xml.Linq.XElement
nextPageToken string
리턴 System.Xml.Linq.XElement

PutAttributes() 공개 메소드

public PutAttributes ( string domain, string name ) : System.Xml.Linq.XElement
domain string
name string
리턴 System.Xml.Linq.XElement

Select() 공개 메소드

public Select ( string query, bool useConsistency ) : System.Xml.Linq.XElement
query string
useConsistency bool
리턴 System.Xml.Linq.XElement

Select() 공개 메소드

public Select ( string query, bool useConsistency, string nextPageToken ) : System.Xml.Linq.XElement
query string
useConsistency bool
nextPageToken string
리턴 System.Xml.Linq.XElement

StaticSimpleDbRestService() 공개 메소드

public StaticSimpleDbRestService ( ) : NUnit.Framework
리턴 NUnit.Framework