CQRS.NET  2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Azure.BlobStorage.TableEntity< TData > Class Template Reference

A projection/entity especially designed to work with Azure Table storage. More...

+ Inheritance diagram for Cqrs.Azure.BlobStorage.TableEntity< TData >:

Protected Member Functions

virtual TData Deserialise (string json)
 Deserialise the provided json from its string representation. More...
 
virtual string Serialise (TData data)
 Serialise the provided data . More...
 
virtual JsonSerializerSettings GetSerialisationSettings ()
 Returns DefaultSettings More...
 
virtual JsonSerializer GetSerialiser ()
 Creates a new JsonSerializer using the settings from GetSerialisationSettings. More...
 

Properties

static JsonSerializerSettings DefaultSettings [get]
 The default JsonSerializerSettings to use. More...
 

Detailed Description

A projection/entity especially designed to work with Azure Table storage.