C# Класс ECollegeAPI.Services.Announcements.FetchAnnouncementsService

Наследование: BaseService
Показать файл Открыть проект

Открытые методы

Метод Описание
FetchAnnouncementsService ( long courseId ) : System.Collections.Generic
FetchAnnouncementsService ( long courseId, bool excludeInactive ) : System.Collections.Generic
ProcessResponse ( string resp ) : void

Описание методов

FetchAnnouncementsService() публичный Метод

public FetchAnnouncementsService ( long courseId ) : System.Collections.Generic
courseId long
Результат System.Collections.Generic

FetchAnnouncementsService() публичный Метод

public FetchAnnouncementsService ( long courseId, bool excludeInactive ) : System.Collections.Generic
courseId long
excludeInactive bool
Результат System.Collections.Generic

ProcessResponse() публичный Метод

public ProcessResponse ( string resp ) : void
resp string
Результат void