![]() |
Diffusion Apple API 6.12.1
Unified Client Library for iOS, tvOS and OS X / macOS
|
A record definition within a schema. More...
#include <PTDiffusionRecordV2SchemaRecord.h>
Instance Methods | |
| (BOOL) | - isEqualToRecordV2SchemaRecord: |
| Instance Methods inherited from PTDiffusionRecordV2SchemaNode | |
| (BOOL) | - isEqualToRecordV2SchemaNode: |
Properties | |
| NSArray< PTDiffusionRecordV2SchemaField * > * | fields |
| Properties inherited from PTDiffusionRecordV2SchemaNode | |
| NSString * | name |
| SInt32 | min |
| SInt32 | max |
| BOOL | variable |
A record definition within a schema.
| - (BOOL) isEqualToRecordV2SchemaRecord: | (nullable PTDiffusionRecordV2SchemaRecord *) | record |
Compares the receiver to the given schema record.
| record | The schema record object with which to compare the receiver. |
|
readnonatomicassign |
An ordered list of the field definitions within the record.
There will be at least one.