C# Class IronPigeon.Relay.Models.TableStorageEntity

Inheritance: Microsoft.WindowsAzure.Storage.Table.DataServices.TableServiceEntity
Exibir arquivo Open project: AArnott/IronPigeon

Protected Methods

Method 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 method

Initializes a new instance of the TableStorageEntity class.
protected TableStorageEntity ( ) : System
return System

TableStorageEntity() protected method

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.
return System