Diffusion Apple API  6.10.3
Unified Client Library for iOS, tvOS and OS X / macOS
 All Classes Files Functions Variables Enumerations Enumerator Properties Pages
Properties | List of all members
<PTDiffusionDataType> Protocol Reference

Introduction

Methods implemented by classes providing data type implementations.

A data type is specified for a particular class (its value class). It provides methods to convert values of the value class to and from binary. Diffusion provides several data type implementations.

A data type can optionally support incremental changes to values, represented by one or more types of delta.

See Also
PTDiffusionDataTypes
Since
6.0

Properties

NSString * typeName
 

Property Documentation

- (NSString*) typeName
readnonatomicassign

The unique external identifier for this data type.

Since
6.0