![]() |
ConstantContact iOS SDK
|
#import <RegistrantGuestSections.h>
Instance Methods | |
| (id) | - initWithDictionary: |
| (NSString *) | - JSON |
Class Methods | |
| (RegistrantGuestSections *) | + registrantGuestSectionsWithDictionary: |
Properties | |
| NSString * | label |
| NSMutableArray * | sectionFields |
| - (id) initWithDictionary: | (NSDictionary *) | dictionary |
Factory method to create a registrant guest section object from an dictionary
| NSDictionary | *dictionary - associative dictionary of initial properties to set |
| - (NSString *) JSON |
| + (RegistrantGuestSections *) registrantGuestSectionsWithDictionary: | (NSDictionary *) | dictionary |
|
readwritenonatomicstrong |
The label of the guest section
|
readwritenonatomicstrong |
Section field array of a specific guest;
1.8.9.1