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

#import <RegistrantSectionField.h>

Inheritance diagram for RegistrantSectionField:

Instance Methods

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

Class Methods

(RegistrantSectionField *) + sectionFieldWithDictionary:
 

Properties

NSString * type
 
NSString * name
 
NSString * label
 
NSString * value
 

Method Documentation

- (id) initWithDictionary: (NSDictionary *)  dictionary

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

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

Property Documentation

- (NSString*) label
readwritenonatomicstrong

Field label

- (NSString*) name
readwritenonatomicstrong

Field name

- (NSString*) type
readwritenonatomicstrong

Field type

- (NSString*) value
readwritenonatomicstrong

Field value


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