C# 클래스 TransitApp.Core.Services.FollowService

상속: IFollowService
파일 보기 프로젝트 열기: nycmobiledev/transit-app

공개 메소드들

메소드 설명
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