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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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