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

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

Public Methods

Method Description
DeleteAttribute ( string name ) : void
DeleteAttribute ( string name, string value ) : void
DeleteItem ( ) : void
DeleteItemBuilder ( string domainName, string name ) : System

Method Details

DeleteAttribute() public method

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

DeleteAttribute() public method

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

DeleteItem() public method

public DeleteItem ( ) : void
return void

DeleteItemBuilder() public method

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