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

#import <RegistrantSection.h>

Inheritance diagram for RegistrantSection:

Instance Methods

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

Class Methods

(RegistrantSection *) + registrantSectionWithDictionary:
 

Properties

NSString * fieldType
 
NSMutableArray * values
 
NSString * name
 
NSString * value
 
NSString * label
 
NSMutableArray * fields
 
EventRegistrantSectionsFieldTypeEnumeventRegistrantSectionsFieldTypeEnum
 

Method Documentation

- (id) initWithDictionary: (NSDictionary *)  dictionary

Factory method to create a Registrant section object from an dictionary

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

Property Documentation

- (EventRegistrantSectionsFieldTypeEnum*) eventRegistrantSectionsFieldTypeEnum
readnonatomicstrong

Enumeration class that contains valid options for section field type element

- (NSMutableArray*) fields
readwritenonatomicstrong

An array of the fields displayed in a section

- (NSString*) fieldType
readwritenonatomicstrong

Type of the value; valid values are found in EventRegistrantSectionsFieldTypeEnum class

- (NSString*) label
readwritenonatomicstrong

Field label displayed to viewers

- (NSString*) name
readwritenonatomicstrong

Name of the field

- (NSString*) value
readwritenonatomicstrong

An array of field values if type = multiple_values

- (NSMutableArray*) values
readwritenonatomicstrong

Field value if type = single_value


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