C# 클래스 Stratosphere.Table.Sdb.SdbTable.PutItemBuilder

상속: ExpectedItemBuilder, IPutWriter
파일 보기 프로젝트 열기: petrohi/Stratosphere

공개 메소드들

메소드 설명
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

메소드 상세

AddAttribute() 공개 메소드

public AddAttribute ( string name, string value ) : void
name string
value string
리턴 void

AddAttribute() 공개 메소드

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

PutItemBuilder() 공개 메소드

public PutItemBuilder ( string domainName, string name ) : System
domainName string
name string
리턴 System

ReplaceAttribute() 공개 메소드

public ReplaceAttribute ( string name, string value ) : void
name string
value string
리턴 void