#import <EventContact.h>
+ (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*) emailAddress |
|
readwritenonatomicstrong |
Event contact's email-address
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:
- /Users/grigorievs/Documents/work/Code/constantcontact/ios-sdk/CTCTWrapper/Components/EventSpot/EventContact.h
- /Users/grigorievs/Documents/work/Code/constantcontact/ios-sdk/CTCTWrapper/Components/EventSpot/EventContact.m