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

#import <EventContact.h>

Inheritance diagram for EventContact:

Instance Methods

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

Class Methods

(EventContact *) + eventContactWithDictionary:
 

Properties

NSString * emailAddress
 
NSString * name
 
NSString * organizationName
 
NSString * phoneNumber
 

Method Documentation

+ (EventContact *) eventContactWithDictionary: (NSDictionary *)  dictionary
- (id) initWithDictionary: (NSDictionary *)  dictionary

Factory method to create a Event Contact object from an dictionary

Parameters
NSDictionary*dictionary - associative dictionary of initial properties to set
Returns
EventContact
- (NSString *) JSON

Property Documentation

- (NSString*) emailAddress
readwritenonatomicstrong

Event contact's email-address

- (NSString*) name
readwritenonatomicstrong

REQUIRED. Name of the person conducting or managing the event

- (NSString*) organizationName
readwritenonatomicstrong

Event contact's organization name

- (NSString*) phoneNumber
readwritenonatomicstrong

Event contact's phone number


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