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

Defines the GoogleData class.
Inheritance: BaseData
ファイルを表示 Open project: d03n3rfr1tz3/GoogleSync

Public Methods

Method 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 method

Gets the calendar items.
public GetCalendarItems ( ) : IEnumerable
return IEnumerable

GetContact() public method

Gets the contact.
public GetContact ( string googleId ) : Contact
googleId string The google id.
return Contact

GetContacts() public method

Gets the contacts.
public GetContacts ( ) : IEnumerable
return IEnumerable

GetGroups() public method

Gets the Google Groups.
public GetGroups ( ) : IEnumerable
return IEnumerable