C# Class ECollegeAPI.Services.Announcements.FetchAnnouncementsService

Inheritance: BaseService
Exibir arquivo Open project: PearsonLearningStudio/mobile2-windows7

Public Methods

Method Description
FetchAnnouncementsService ( long courseId ) : System.Collections.Generic
FetchAnnouncementsService ( long courseId, bool excludeInactive ) : System.Collections.Generic
ProcessResponse ( string resp ) : void

Method Details

FetchAnnouncementsService() public method

public FetchAnnouncementsService ( long courseId ) : System.Collections.Generic
courseId long
return System.Collections.Generic

FetchAnnouncementsService() public method

public FetchAnnouncementsService ( long courseId, bool excludeInactive ) : System.Collections.Generic
courseId long
excludeInactive bool
return System.Collections.Generic

ProcessResponse() public method

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