C# 클래스 DirkSarodnick.GoogleSync.Core.Data.GoogleData

Defines the GoogleData class.
상속: BaseData
파일 보기 프로젝트 열기: d03n3rfr1tz3/GoogleSync

공개 메소드들

메소드 설명
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