C# 클래스 IronPigeon.Relay.Models.TableStorageEntity

상속: Microsoft.WindowsAzure.Storage.Table.DataServices.TableServiceEntity
파일 보기 프로젝트 열기: AArnott/IronPigeon

보호된 메소드들

메소드 설명
TableStorageEntity ( ) : System

Initializes a new instance of the TableStorageEntity class.

TableStorageEntity ( string partitionKey, string rowKey ) : System

Initializes a new instance of the TableStorageEntity class.

메소드 상세

TableStorageEntity() 보호된 메소드

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

TableStorageEntity() 보호된 메소드

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.
리턴 System