Diffusion Apple API 6.12.1
Unified Client Library for iOS, tvOS and OS X / macOS
Loading...
Searching...
No Matches
PTDiffusionRecordV2SchemaRecord Class Reference

A record definition within a schema. More...

#include <PTDiffusionRecordV2SchemaRecord.h>

Inheritance diagram for PTDiffusionRecordV2SchemaRecord:
PTDiffusionRecordV2SchemaNode

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

Detailed Description

A record definition within a schema.

Since
6.0

Method Documentation

◆ isEqualToRecordV2SchemaRecord:

- (BOOL) isEqualToRecordV2SchemaRecord: (nullable PTDiffusionRecordV2SchemaRecord *) record

Compares the receiver to the given schema record.

Parameters
recordThe schema record object with which to compare the receiver.
Returns
YES if the record is equal to the contents of the receiver, otherwise NO.
Since
6.0

Property Documentation

◆ fields

- (NSArray<PTDiffusionRecordV2SchemaField *>*) fields
readnonatomicassign

An ordered list of the field definitions within the record.

There will be at least one.

Since
6.0