Diffusion Apple API  6.9.0
Unified Client Library for iOS, tvOS and OS X / macOS
 All Classes Files Functions Variables Enumerations Enumerator Properties Pages
Properties | Instance Methods | List of all members
PTDiffusionRecordV2SchemaRecord Class Reference

Introduction

A record definition within a schema.

Since
6.0
Inheritance diagram for PTDiffusionRecordV2SchemaRecord:
PTDiffusionRecordV2SchemaNode

Properties

NSArray
< PTDiffusionRecordV2SchemaField * > * 
fields
 
- Properties inherited from PTDiffusionRecordV2SchemaNode
NSString * name
 
SInt32 min
 
SInt32 max
 
BOOL variable
 

Instance Methods

(BOOL) - isEqualToRecordV2SchemaRecord:
 
- Instance Methods inherited from PTDiffusionRecordV2SchemaNode
(BOOL) - isEqualToRecordV2SchemaNode:
 

Method Documentation

- (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

- (NSArray<PTDiffusionRecordV2SchemaField *>*) fields
readnonatomicassign

An ordered list of the field definitions within the record.

There will be at least one.

Since
6.0