ConstantContact iOS SDK
Instance Methods | Class Methods | Properties | List of all members
RegistrantGuestSections Class Reference

#import <RegistrantGuestSections.h>

Inheritance diagram for RegistrantGuestSections:

Instance Methods

(id) - initWithDictionary:
 
(NSString *) - JSON
 

Class Methods

(RegistrantGuestSections *) + registrantGuestSectionsWithDictionary:
 

Properties

NSString * label
 
NSMutableArray * sectionFields
 

Method Documentation

- (id) initWithDictionary: (NSDictionary *)  dictionary

Factory method to create a registrant guest section object from an dictionary

Parameters
NSDictionary*dictionary - associative dictionary of initial properties to set
Returns
RegistrantGuestSections
- (NSString *) JSON
+ (RegistrantGuestSections *) registrantGuestSectionsWithDictionary: (NSDictionary *)  dictionary

Property Documentation

- (NSString*) label
readwritenonatomicstrong

The label of the guest section

- (NSMutableArray*) sectionFields
readwritenonatomicstrong

Section field array of a specific guest;


The documentation for this class was generated from the following files: