C# 클래스 Madd0.AzureStorageDriver.GenericEntity

Represents a generic entity from table storage.
This class extends TableServiceEntity, which gives it the PartitionKey, RowKey and Timestamp properties, but all other properties that are obtained from table storage are simply stored in its Properties dictionary as string values, where the property name is the property in the dictionary.
상속: Microsoft.WindowsAzure.Storage.Table.TableEntity
파일 보기 프로젝트 열기: madd0/AzureStorageDriver 1 사용 예제들

공개 메소드들

메소드 설명
this ( string property ) : string

Gets or sets the System.String with the specified property.

메소드 상세

this() 공개 메소드

Gets or sets the System.String with the specified property.
public this ( string property ) : string
property string The name of the property.
리턴 string