C# Класс TransitApp.Core.Services.FollowService

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

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

Метод Описание
AddFollows ( string stationId, string lineIds ) : void
DeleteFollows ( string stationId, string lineIds = null ) : void
FollowService ( IMvxFileStore fileService, ILocalDataService localDbService, IMvxMessenger messenger ) : System
GetFollowStation ( string stationId ) : FollowStation
GetFollows ( ) : ICollection
GetFollowsStations ( ) : ICollection

Приватные методы

Метод Описание
ReadFollows ( ) : void
WriteFollows ( ) : void

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

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

public AddFollows ( string stationId, string lineIds ) : void
stationId string
lineIds string
Результат void

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

public DeleteFollows ( string stationId, string lineIds = null ) : void
stationId string
lineIds string
Результат void

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

public FollowService ( IMvxFileStore fileService, ILocalDataService localDbService, IMvxMessenger messenger ) : System
fileService IMvxFileStore
localDbService ILocalDataService
messenger IMvxMessenger
Результат System

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

public GetFollowStation ( string stationId ) : FollowStation
stationId string
Результат TransitApp.Core.Models.FollowStation

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

public GetFollows ( ) : ICollection
Результат ICollection

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

public GetFollowsStations ( ) : ICollection
Результат ICollection