CQRS.NET
2.1
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
Public Member Functions | |
EntityTableEntity (TEntity entity) | |
EntityTableEntity () | |
Properties | |
TEntity | Entity [get, set] |
string | EntityContent [get, set] |
Properties inherited from Cqrs.Azure.BlobStorage.TableEntity< TEntity > | |
static JsonSerializerSettings | DefaultSettings [get] |
Properties inherited from Cqrs.Azure.BlobStorage.IEntityTableEntity< TEntity > | |
TEntity | Entity [get, set] |
Additional Inherited Members | |
Protected Member Functions inherited from Cqrs.Azure.BlobStorage.TableEntity< TEntity > | |
virtual TData | Deserialise (string json) |
virtual string | Serialise (TData data) |
virtual JsonSerializerSettings | GetSerialisationSettings () |
virtual JsonSerializer | GetSerialiser () |