C# Класс DirkSarodnick.GoogleSync.Core.Data.GoogleData

Defines the GoogleData class.
Наследование: BaseData
Показать файл Открыть проект

Открытые методы

Метод Описание
GetCalendarItems ( ) : IEnumerable

Gets the calendar items.

GetContact ( string googleId ) : Contact

Gets the contact.

GetContacts ( ) : IEnumerable

Gets the contacts.

GetGroups ( ) : IEnumerable

Gets the Google Groups.

Описание методов

GetCalendarItems() публичный Метод

Gets the calendar items.
public GetCalendarItems ( ) : IEnumerable
Результат IEnumerable

GetContact() публичный Метод

Gets the contact.
public GetContact ( string googleId ) : Contact
googleId string The google id.
Результат Contact

GetContacts() публичный Метод

Gets the contacts.
public GetContacts ( ) : IEnumerable
Результат IEnumerable

GetGroups() публичный Метод

Gets the Google Groups.
public GetGroups ( ) : IEnumerable
Результат IEnumerable