Method | Description | |
---|---|---|
CreateCalendarEntry ( Unity.Core.Pim.CalendarEntry entry ) : Unity.Core.Pim.CalendarEntry | ||
CreateContact ( Unity.Core.Pim.Contact contactData ) : Unity.Core.Pim.Contact | ||
DeleteCalendarEntry ( Unity.Core.Pim.CalendarEntry entry ) : bool | ||
DeleteContact ( Unity.Core.Pim.Contact contact ) : bool | ||
GetContact ( String id ) : void | ||
ListCalendarEntries ( System.DateTime date ) : void | ||
ListCalendarEntries ( System.DateTime startDate, System.DateTime endDate ) : void | ||
ListContacts ( Unity.Core.Pim.ContactQuery query ) : void | ||
MoveCalendarEntry ( Unity.Core.Pim.CalendarEntry entry, System.DateTime newStartDate, System.DateTime newEndDate ) : bool | ||
UpdateContact ( string ID, Unity.Core.Pim.Contact newContactData ) : bool |
public CreateCalendarEntry ( Unity.Core.Pim.CalendarEntry entry ) : Unity.Core.Pim.CalendarEntry | ||
entry | Unity.Core.Pim.CalendarEntry | |
return | Unity.Core.Pim.CalendarEntry |
public CreateContact ( Unity.Core.Pim.Contact contactData ) : Unity.Core.Pim.Contact | ||
contactData | Unity.Core.Pim.Contact | |
return | Unity.Core.Pim.Contact |
public DeleteCalendarEntry ( Unity.Core.Pim.CalendarEntry entry ) : bool | ||
entry | Unity.Core.Pim.CalendarEntry | |
return | bool |
public DeleteContact ( Unity.Core.Pim.Contact contact ) : bool | ||
contact | Unity.Core.Pim.Contact | |
return | bool |
public ListCalendarEntries ( System.DateTime date ) : void | ||
date | System.DateTime | |
return | void |
public ListCalendarEntries ( System.DateTime startDate, System.DateTime endDate ) : void | ||
startDate | System.DateTime | |
endDate | System.DateTime | |
return | void |
public ListContacts ( Unity.Core.Pim.ContactQuery query ) : void | ||
query | Unity.Core.Pim.ContactQuery | |
return | void |
public MoveCalendarEntry ( Unity.Core.Pim.CalendarEntry entry, System.DateTime newStartDate, System.DateTime newEndDate ) : bool | ||
entry | Unity.Core.Pim.CalendarEntry | |
newStartDate | System.DateTime | |
newEndDate | System.DateTime | |
return | bool |
public UpdateContact ( string ID, Unity.Core.Pim.Contact newContactData ) : bool | ||
ID | string | |
newContactData | Unity.Core.Pim.Contact | |
return | bool |