BRS#
|
This is the complete list of members for MemoryDb, including all inherited members.
AddBus(BusInfo Bus) | MemoryDb | |
AddBusPlan(string Name, uint Seats, string Data) | MemoryDb | |
AddCity(string Name) | MemoryDb | |
AddCityAlias(string Name, uint Id) | MemoryDb | |
AskSeats(uint Bus, ref Queue< uint > Seats, uint Customer) | MemoryDb | |
Backup(System.IO.Stream stream) | MemoryDb | |
BusInfo(uint Bus, out BusInfo Info, out bool Enabled, out uint Seats, out Queue< uint > FreeSeats) | MemoryDb | |
BusPlanInfo(uint Plan, out PlanInfo Info, out uint Buses, out string Data) | MemoryDb | |
CityInfo(uint City, out CityInfo Info, out uint LinesOut, out uint LinesIn) | MemoryDb | |
DeleteBus(uint Bus) | MemoryDb | |
DeleteBusPlan(string Name) | MemoryDb | |
DeleteCity(string Name) | MemoryDb | |
DisableBus(uint Bus) | MemoryDb | |
EnableBus(uint Bus) | MemoryDb | |
FindBus(uint From, uint To, DateTime LeaveTime) | MemoryDb | |
FindBusPlan(string Name) | MemoryDb | |
FindCity(string Name) | MemoryDb | |
Info(out DbInfo Info) | MemoryDb | |
ListAlias(string From, out string Alias, out string City) | MemoryDb | |
ListCity(string From, out string Name) | MemoryDb | |
LockSeats(uint Bus, ref Queue< uint > Seats, uint Customer) | MemoryDb | |
MemoryDb() | MemoryDb | |
MemoryDb(System.IO.Stream stream) | MemoryDb | |
NewCustomer() | MemoryDb | |
NextBus(uint Bus) | MemoryDb | |
NextCity(uint City) | MemoryDb | |
NextPlan(uint Plan) | MemoryDb | |
OnStart() | MemoryDb | virtual |
OnStop() | MemoryDb | virtual |
SetDataDir(string DataDir) | MemoryDb | |
UnlockSeats(uint Bus, ref Queue< uint > Seats, uint Customer) | MemoryDb |