C# Class IronPigeon.Relay.Models.InboxContext

Inheritance: TableServiceContext
Afficher le fichier Open project: AArnott/IronPigeon Class Usage Examples

Méthodes publiques

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

public AddObject ( InboxEntity entity ) : void
entity InboxEntity
Résultat void

Get() public méthode

public Get ( string rowKey ) : TableServiceQuery
rowKey string
Résultat TableServiceQuery

InboxContext() public méthode

public InboxContext ( CloudTableClient client, string tableName ) : System
client CloudTableClient
tableName string
Résultat System

SaveChangesWithMergeAsync() public méthode

public SaveChangesWithMergeAsync ( InboxEntity inboxEntity ) : System.Threading.Tasks.Task
inboxEntity InboxEntity
Résultat System.Threading.Tasks.Task