C# Class TransitApp.Core.Services.FollowService

Inheritance: IFollowService
ファイルを表示 Open project: nycmobiledev/transit-app

Public Methods

Method Description
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

Private Methods

Method Description
ReadFollows ( ) : void
WriteFollows ( ) : void

Method Details

AddFollows() public method

public AddFollows ( string stationId, string lineIds ) : void
stationId string
lineIds string
return void

DeleteFollows() public method

public DeleteFollows ( string stationId, string lineIds = null ) : void
stationId string
lineIds string
return void

FollowService() public method

public FollowService ( IMvxFileStore fileService, ILocalDataService localDbService, IMvxMessenger messenger ) : System
fileService IMvxFileStore
localDbService ILocalDataService
messenger IMvxMessenger
return System

GetFollowStation() public method

public GetFollowStation ( string stationId ) : FollowStation
stationId string
return TransitApp.Core.Models.FollowStation

GetFollows() public method

public GetFollows ( ) : ICollection
return ICollection

GetFollowsStations() public method

public GetFollowsStations ( ) : ICollection
return ICollection