C# Class Unity.Platform.Windows.WindowsPim

Inheritance: Unity.Core.Pim.AbstractPim
Afficher le fichier Open project: Appverse/appverse-mobile

Méthodes publiques

Méthode 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

Method Details

CreateCalendarEntry() public méthode

public CreateCalendarEntry ( Unity.Core.Pim.CalendarEntry entry ) : Unity.Core.Pim.CalendarEntry
entry Unity.Core.Pim.CalendarEntry
Résultat Unity.Core.Pim.CalendarEntry

CreateContact() public méthode

public CreateContact ( Unity.Core.Pim.Contact contactData ) : Unity.Core.Pim.Contact
contactData Unity.Core.Pim.Contact
Résultat Unity.Core.Pim.Contact

DeleteCalendarEntry() public méthode

public DeleteCalendarEntry ( Unity.Core.Pim.CalendarEntry entry ) : bool
entry Unity.Core.Pim.CalendarEntry
Résultat bool

DeleteContact() public méthode

public DeleteContact ( Unity.Core.Pim.Contact contact ) : bool
contact Unity.Core.Pim.Contact
Résultat bool

GetContact() public méthode

public GetContact ( String id ) : void
id String
Résultat void

ListCalendarEntries() public méthode

public ListCalendarEntries ( System.DateTime date ) : void
date System.DateTime
Résultat void

ListCalendarEntries() public méthode

public ListCalendarEntries ( System.DateTime startDate, System.DateTime endDate ) : void
startDate System.DateTime
endDate System.DateTime
Résultat void

ListContacts() public méthode

public ListContacts ( Unity.Core.Pim.ContactQuery query ) : void
query Unity.Core.Pim.ContactQuery
Résultat void

MoveCalendarEntry() public méthode

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
Résultat bool

UpdateContact() public méthode

public UpdateContact ( string ID, Unity.Core.Pim.Contact newContactData ) : bool
ID string
newContactData Unity.Core.Pim.Contact
Résultat bool