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

Inheritance: ExpectedItemBuilder, IPutWriter
Afficher le fichier Open project: petrohi/Stratosphere

Méthodes publiques

Méthode 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 méthode

public AddAttribute ( string name, string value ) : void
name string
value string
Résultat void

AddAttribute() public méthode

public AddAttribute ( string name, string value, bool withReplace ) : void
name string
value string
withReplace bool
Résultat void

PutItemBuilder() public méthode

public PutItemBuilder ( string domainName, string name ) : System
domainName string
name string
Résultat System

ReplaceAttribute() public méthode

public ReplaceAttribute ( string name, string value ) : void
name string
value string
Résultat void