Namespace PushTechnology.ClientInterface.Data

Classes

DataTypeNames

The IDataTypes type names.

Interfaces

IBinaryDelta

The binary delta type.

IBytes

The read-only interface for values that are internally represented as binary data.

IDataType

The data type that is specified for a particular value type. It provides methods to convert values to and from binary. Diffusion provides several IDataTypes implementations.

IDataType<TValue>

The data type that is specified for a particular value type. It provides methods to convert values to and from binary. Diffusion provides several IDataTypes implementations.

IDataTypes

The Diffusion data type implementations.

IDeltaType

The optional extension provided by IDataType implementations that support incremental changes to values.

IDeltaType<TValue, TDelta>

The optional extension provided by IDataType implementations that support incremental changes to values.

Back to top