C# Class 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.
Inheritance: Microsoft.WindowsAzure.Storage.Table.TableEntity
ファイルを表示 Open project: madd0/AzureStorageDriver Class Usage Examples

Public Methods

Method Description
this ( string property ) : string

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

Method Details

this() public method

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