C# 클래스 Two10.AzureSugar.DynamicTableContext

파일 보기 프로젝트 열기: richorama/AzureSugar 1 사용 예제들

공개 메소드들

메소드 설명
DynamicTableContext ( string tableName, Microsoft.WindowsAzure.StorageClient.Protocol.Credentials credentials ) : System
Get ( string partitionKey, string rowKey ) : dynamic
Insert ( dynamic entity ) : void
InsertOrMerge ( dynamic entity ) : void
InsertOrReplace ( dynamic entity ) : void
Query ( string queryString ) : IEnumerable

비공개 메소드들

메소드 설명
BuildRequest ( string uri, string method = "GET" ) : HttpWebRequest
ParseObject ( dynamic value ) : object>.IDictionary
ParseResponse ( WebResponse response ) : IEnumerable
Write ( object>.IDictionary entity, string uri, string method ) : void
WriteToRequestStream ( object>.IDictionary dictionary, string uri, HttpWebRequest webRequest ) : void

메소드 상세

DynamicTableContext() 공개 메소드

public DynamicTableContext ( string tableName, Microsoft.WindowsAzure.StorageClient.Protocol.Credentials credentials ) : System
tableName string
credentials Microsoft.WindowsAzure.StorageClient.Protocol.Credentials
리턴 System

Get() 공개 메소드

public Get ( string partitionKey, string rowKey ) : dynamic
partitionKey string
rowKey string
리턴 dynamic

Insert() 공개 메소드

public Insert ( dynamic entity ) : void
entity dynamic
리턴 void

InsertOrMerge() 공개 메소드

public InsertOrMerge ( dynamic entity ) : void
entity dynamic
리턴 void

InsertOrReplace() 공개 메소드

public InsertOrReplace ( dynamic entity ) : void
entity dynamic
리턴 void

Query() 공개 메소드

public Query ( string queryString ) : IEnumerable
queryString string
리턴 IEnumerable