C# Class DirkSarodnick.GoogleSync.Core.Data.GoogleData

Defines the GoogleData class.
Inheritance: BaseData
Afficher le fichier Open project: d03n3rfr1tz3/GoogleSync

Méthodes publiques

Méthode Description
GetCalendarItems ( ) : IEnumerable

Gets the calendar items.

GetContact ( string googleId ) : Contact

Gets the contact.

GetContacts ( ) : IEnumerable

Gets the contacts.

GetGroups ( ) : IEnumerable

Gets the Google Groups.

Method Details

GetCalendarItems() public méthode

Gets the calendar items.
public GetCalendarItems ( ) : IEnumerable
Résultat IEnumerable

GetContact() public méthode

Gets the contact.
public GetContact ( string googleId ) : Contact
googleId string The google id.
Résultat Contact

GetContacts() public méthode

Gets the contacts.
public GetContacts ( ) : IEnumerable
Résultat IEnumerable

GetGroups() public méthode

Gets the Google Groups.
public GetGroups ( ) : IEnumerable
Résultat IEnumerable