C# Class IronPigeon.Relay.Models.InboxContext

Inheritance: TableServiceContext
Datei anzeigen Open project: AArnott/IronPigeon Class Usage Examples

Public Methods

Method Description
AddObject ( InboxEntity entity ) : void
Get ( string rowKey ) : TableServiceQuery
InboxContext ( CloudTableClient client, string tableName ) : System
SaveChangesWithMergeAsync ( InboxEntity inboxEntity ) : System.Threading.Tasks.Task

Method Details

AddObject() public method

public AddObject ( InboxEntity entity ) : void
entity InboxEntity
return void

Get() public method

public Get ( string rowKey ) : TableServiceQuery
rowKey string
return TableServiceQuery

InboxContext() public method

public InboxContext ( CloudTableClient client, string tableName ) : System
client CloudTableClient
tableName string
return System

SaveChangesWithMergeAsync() public method

public SaveChangesWithMergeAsync ( InboxEntity inboxEntity ) : System.Threading.Tasks.Task
inboxEntity InboxEntity
return System.Threading.Tasks.Task