You are here

SkyVaultTypeDefinition

SkyVaultTypeDefinition

This section describes the SkyVaultTypeDefinition class.

The SkyVaultTypeDefinition class represents information about a type.

Class declaration

@interface SkyVaultTypeDefinition : NSObject

Properties

Property Description
@property (nonatomic, strong, readonly) NSString *name Returns the name of the type such as 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 *parentType Returns the name of the parent type, null if the type does not have a parent.
@property (nonatomic, strong, readonly) NSArray *propertyDefinitions Returns the definition of each property defined by the type.