C# Class API.DataAccess.AzureTransitRepository

Inheritance: ITransitRepository
Afficher le fichier Open project: RikkiGibson/Corvallis-Bus-Server

Méthodes publiques

Méthode Description
AzureTransitRepository ( AppSettings settings ) : API.Models
GetPlatformTagsAsync ( ) : int>>.Task
GetScheduleAsync ( ) : Task
GetSerializedStaticDataAsync ( ) : Task
GetStaticDataAsync ( ) : Task
SetPlatformTags ( int>.Dictionary platformTags ) : void
SetSchedule ( ServerBusSchedule schedule ) : void
SetStaticData ( BusStaticData staticData ) : void

Method Details

AzureTransitRepository() public méthode

public AzureTransitRepository ( AppSettings settings ) : API.Models
settings AppSettings
Résultat API.Models

GetPlatformTagsAsync() public méthode

public GetPlatformTagsAsync ( ) : int>>.Task
Résultat int>>.Task

GetScheduleAsync() public méthode

public GetScheduleAsync ( ) : Task
Résultat Task

GetSerializedStaticDataAsync() public méthode

public GetSerializedStaticDataAsync ( ) : Task
Résultat Task

GetStaticDataAsync() public méthode

public GetStaticDataAsync ( ) : Task
Résultat Task

SetPlatformTags() public méthode

public SetPlatformTags ( int>.Dictionary platformTags ) : void
platformTags int>.Dictionary
Résultat void

SetSchedule() public méthode

public SetSchedule ( ServerBusSchedule schedule ) : void
schedule ServerBusSchedule
Résultat void

SetStaticData() public méthode

public SetStaticData ( BusStaticData staticData ) : void
staticData API.Models.BusStaticData
Résultat void