C# Class Cucumber.SimpleDb.StatisticsCollectorProxy

Inheritance: ISimpleDbStatistics, ISimpleDbService
ファイルを表示 Open project: rexm/SimpleDb.Net Class Usage Examples

Public Methods

Method Description
StatisticsCollectorProxy ( ISimpleDbService service ) : System

Private Methods

Method Description
ISimpleDbService ( ) : System.Xml.Linq.XElement
ISimpleDbService ( string domain ) : System.Xml.Linq.XElement
ISimpleDbService ( string query, bool useConsistency ) : System.Xml.Linq.XElement
ISimpleDbService ( string query, bool useConsistency, string nextPageToken ) : System.Xml.Linq.XElement
ISimpleDbService ( string domain, string itemName ) : System.Xml.Linq.XElement
ISimpleDbService ( string domain, string name, bool useConsistency ) : System.Xml.Linq.XElement
UpdateCount ( System.Xml.Linq.XElement metadata ) : void
UpdateId ( System.Xml.Linq.XElement metadata ) : void
UpdateStatistics ( System.Xml.Linq.XElement response ) : System.Xml.Linq.XElement
UpdateUsage ( System.Xml.Linq.XElement metadata ) : void

Method Details

StatisticsCollectorProxy() public method

public StatisticsCollectorProxy ( ISimpleDbService service ) : System
service ISimpleDbService
return System