PSHABContactDAO Class Reference
Inherits from | NSObject |
Declared in | PSHABContactDAO.h |
Tasks
-
abRecordId
property -
orderId
property -
firstName
property -
middleName
property -
lastName
property -
callingCode
property -
phoneNumber
property -
phoneType
property -
isOrganization
property -
organization
property -
fancyName
property -
fancyPhone
property -
unformattedPhoneNumber
property -
+ unformattedPhoneNumberForNumber:
Properties
abRecordId
Adress Book record id.
@property (nonatomic, assign) NSInteger abRecordId
Declared In
PSHABContactDAO.h
fancyName
Standarized way to show contact’s first, middle and last name.
@property (nonatomic, readonly) NSString *fancyName
Declared In
PSHABContactDAO.h
fancyPhone
Returns the contact phone number with its type -eg: XXX YYY ZZZ (home) -.
@property (nonatomic, readonly) NSString *fancyPhone
Declared In
PSHABContactDAO.h
orderId
Record order in user’s Adress Book.
@property (nonatomic, assign) NSInteger orderId
Declared In
PSHABContactDAO.h
phoneType
Phone type specified in user’s Adress Book (see PSHABContactPhoneType
).
@property (nonatomic, assign) PSHABContactPhoneType phoneType
Declared In
PSHABContactDAO.h