Method | Description | |
---|---|---|
GetPlatformTagsAsync ( ) : int>>.Task |
||
GetScheduleAsync ( ) : IEnumerable |
||
GetSerializedStaticDataAsync ( ) : Task |
||
GetStaticDataAsync ( ) : Task |
||
MemoryTransitRepository ( string filePath ) : CorvallisBusCoreNetCore.Models | ||
SetPlatformTags ( int>.Dictionary |
||
SetSchedule ( Dictionary |
||
SetStaticData ( |
public GetScheduleAsync ( ) : IEnumerable |
||
return | IEnumerable |
public GetSerializedStaticDataAsync ( ) : Task |
||
return | Task |
public MemoryTransitRepository ( string filePath ) : CorvallisBusCoreNetCore.Models | ||
filePath | string | |
return | CorvallisBusCoreNetCore.Models |
public SetPlatformTags ( int>.Dictionary |
||
platformTags | int>.Dictionary | |
return | void |
public SetSchedule ( Dictionary |
||
schedule | Dictionary |
|
return | void |
public SetStaticData ( |
||
staticData | ||
return | void |