SkyVaultModelDefinition
This section describes the SkyVaultModelDefinition class.
The SkyVaultModelDefinition class encapsulates information about a type.
Attention: This class was introduced with version 1.4 of the SDK.
Class declaration
@interface SkyVaultModelDefinition : NSObject <NSCoding>
Properties
Property | Description |
---|---|
@property (nonatomic, strong, readonly) NSString *name; | Returns the name of the type, for example "cm:content". |
@property (nonatomic, strong, readonly) NSString *title; | Returns the title of the type. |
@property (nonatomic, strong, readonly) NSString *summary; | Returns the description of the type. |
@property (nonatomic, strong, readonly) NSString *parent; | Returns the name of the parent type, null if the type doesn't have a parent. |
@property (nonatomic, strong, readonly) NSString *propertyNames; | Returns an array containing the names of each property defined for the type. |