Captainup  2.4
Properties | List of all members
<CPTActionableEntitySchema> Protocol Reference
Inheritance diagram for <CPTActionableEntitySchema>:
<CPTObject>

Properties

NSString * schemaId
 
NSString * determiner
 
NSString * name
 
NSString * plural
 
NSArray< id< CPTFieldSchema > > * fieldSchemas
 
- Properties inherited from <CPTObject>
NSDictionary< NSString *, id > * sourceDictionary
 

Additional Inherited Members

- Instance Methods inherited from <CPTObject>
(nonnull instancetype) - initWithDictionary:
 
(nonnull NSDictionary< NSString *, id > *) - toDictionary
 

Detailed Description

Property Documentation

◆ determiner

- (NSString*) determiner
readnonatomicassign

The determiner for the entity name. i.e. "a".

◆ fieldSchemas

- (NSArray<id <CPTFieldSchema> >*) fieldSchemas
readnonatomicassign

List of available fields of the entity. Each element of the list implements the protocol CPTFieldSchema.

◆ name

- (NSString*) name
readnonatomicassign

The name of the entity

◆ plural

- (NSString*) plural
readnonatomicassign

The plural name of the entity


The documentation for this protocol was generated from the following file: