C# Class Stratosphere.Table.Sdb.SdbTable.ExpectedItemBuilder

Inheritance: ItemBuilder, IExpectedWriter
显示文件 Open project: petrohi/Stratosphere

Public Methods

Method Description
ExpectedItemBuilder ( string action, string domainName, string name ) : System
WhenExpected ( string name, string value ) : void
WhenExpectedNotExists ( string name ) : void

Private Methods

Method Description
WhenExpected ( string name ) : void

Method Details

ExpectedItemBuilder() public method

public ExpectedItemBuilder ( string action, string domainName, string name ) : System
action string
domainName string
name string
return System

WhenExpected() public method

public WhenExpected ( string name, string value ) : void
name string
value string
return void

WhenExpectedNotExists() public method

public WhenExpectedNotExists ( string name ) : void
name string
return void