Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Package PushTechnology.ClientInterface.Data

Namespaces

package  Binary
 
package  JSON
 
package  Record
 

Classes

interface  IBinaryDelta
 The binary delta type. More...
 
interface  IBytes
 The read-only interface for values that are internally represented as binary data. More...
 
interface  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. More...
 
interface  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. More...
 
interface  IDataTypes
 The Diffusion data type implementations. More...
 
class  DataTypeNames
 The IDataTypes type names. More...
 
interface  IDeltaType
 The optional extension provided by IDataType implementations that support incremental changes to values. More...
 
interface  IDeltaType< TValue, TDelta >
 The optional extension provided by IDataType implementations that support incremental changes to values. More...