C# Class IronPigeon.Relay.Models.TableStorageEntity

Inheritance: Microsoft.WindowsAzure.Storage.Table.DataServices.TableServiceEntity
Afficher le fichier Open project: AArnott/IronPigeon

Méthodes protégées

Méthode Description
TableStorageEntity ( ) : System

Initializes a new instance of the TableStorageEntity class.

TableStorageEntity ( string partitionKey, string rowKey ) : System

Initializes a new instance of the TableStorageEntity class.

Method Details

TableStorageEntity() protected méthode

Initializes a new instance of the TableStorageEntity class.
protected TableStorageEntity ( ) : System
Résultat System

TableStorageEntity() protected méthode

Initializes a new instance of the TableStorageEntity class.
protected TableStorageEntity ( string partitionKey, string rowKey ) : System
partitionKey string The partition key.
rowKey string The row key.
Résultat System