C# Класс IsThereAnyNews.Services.Implementation.OpmlImporterService

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

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

Метод Описание
AddNewChannelsToGlobalSpace ( List channelList ) : void
FilterOutInvalidOutlines ( IEnumerable outlines ) : List
Import ( OpmlImporterIndexDto dto ) : void
OpmlImporterService ( IRssChannelsSubscriptionsRepository rssSubscriptionsRepository, IRssChannelsRepository rssChannelsRepository, IOpmlReader opmlHandler, IUserAuthentication authentication ) : System
ParseToRssChannelList ( OpmlImporterIndexDto dto ) : List

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

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

public AddNewChannelsToGlobalSpace ( List channelList ) : void
channelList List
Результат void

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

public FilterOutInvalidOutlines ( IEnumerable outlines ) : List
outlines IEnumerable
Результат List

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

public Import ( OpmlImporterIndexDto dto ) : void
dto IsThereAnyNews.Dtos.OpmlImporterIndexDto
Результат void

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

public OpmlImporterService ( IRssChannelsSubscriptionsRepository rssSubscriptionsRepository, IRssChannelsRepository rssChannelsRepository, IOpmlReader opmlHandler, IUserAuthentication authentication ) : System
rssSubscriptionsRepository IRssChannelsSubscriptionsRepository
rssChannelsRepository IRssChannelsRepository
opmlHandler IOpmlReader
authentication IUserAuthentication
Результат System

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

public ParseToRssChannelList ( OpmlImporterIndexDto dto ) : List
dto IsThereAnyNews.Dtos.OpmlImporterIndexDto
Результат List