An interface required for table entity types. The
ITableEntity interface declares getter and setter methods for the mandatory entity properties, and
ReadEntity and
WriteEntity methods for serialization and de-serialization of all entity properties using a property dictionary. Create classes implementing
ITableEntity to customize property storage, retrieval, serialization and de-serialization, and to provide additional custom logic for a table entity.
Namespace: Microsoft.WindowsAzure.Storage.Table
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
| Visual Basic |
|---|
Dim instance As ITableEntity
|
Syntax
| Visual Basic |
|---|
Public Interface ITableEntity |
| C# |
|---|
public interface ITableEntity |
| C++ |
|---|
public interface class ITableEntity |
| J# |
|---|
public interface ITableEntity |
| JScript |
|---|
public interface ITableEntity |
Remarks
Platforms
See Also