C# Class ECollegeAPI.Services.Announcements.FetchAnnouncementsService

Inheritance: BaseService
Afficher le fichier Open project: PearsonLearningStudio/mobile2-windows7

Méthodes publiques

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

Method Details

FetchAnnouncementsService() public méthode

public FetchAnnouncementsService ( long courseId ) : System.Collections.Generic
courseId long
Résultat System.Collections.Generic

FetchAnnouncementsService() public méthode

public FetchAnnouncementsService ( long courseId, bool excludeInactive ) : System.Collections.Generic
courseId long
excludeInactive bool
Résultat System.Collections.Generic

ProcessResponse() public méthode

public ProcessResponse ( string resp ) : void
resp string
Résultat void