C# Class ECollegeAPI.Services.Upcoming.FetchMyUpcomingEventsService

Inheritance: BaseService
Mostrar archivo Open project: PearsonLearningStudio/mobile2-windows7

Public Methods

Method Description
FetchMyUpcomingEventsService ( ) : System
FetchMyUpcomingEventsService ( System.DateTime until ) : System
ProcessResponse ( string resp ) : void

Method Details

FetchMyUpcomingEventsService() public method

public FetchMyUpcomingEventsService ( ) : System
return System

FetchMyUpcomingEventsService() public method

public FetchMyUpcomingEventsService ( System.DateTime until ) : System
until System.DateTime
return System

ProcessResponse() public method

public ProcessResponse ( string resp ) : void
resp string
return void