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

Inheritance: ExpectedItemBuilder, IPutWriter
显示文件 Open project: petrohi/Stratosphere

Public Methods

Method Description
AddAttribute ( string name, string value ) : void
AddAttribute ( string name, string value, bool withReplace ) : void
PutItemBuilder ( string domainName, string name ) : System
ReplaceAttribute ( string name, string value ) : void

Method Details

AddAttribute() public method

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

AddAttribute() public method

public AddAttribute ( string name, string value, bool withReplace ) : void
name string
value string
withReplace bool
return void

PutItemBuilder() public method

public PutItemBuilder ( string domainName, string name ) : System
domainName string
name string
return System

ReplaceAttribute() public method

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