BRS#
|
lán autobusu. More...
Public Member Functions | |
Plan (PlanInfo Info, string data) | |
Konstruktor. More... | |
Plan (System.IO.Stream stream) | |
Načtení z proudu. More... | |
void | GetInfo (out PlanInfo Info) |
Získání informací o plánu. More... | |
uint | Id () |
Vrátí ID plánu. More... | |
string | Name () |
Vrátí název plánu jako konstantní řetězec. More... | |
uint | Seats () |
Vrátí počet sedadel. More... | |
uint | Buses () |
Vrátí počet autobusů používajících tento plán. More... | |
void | Buses (int Change) |
Změna čítače autobusů používajících tento plán o hodnotu Change. More... | |
void | Data (out string data) |
Získání textových informací plánu. More... | |
void | Backup (System.IO.Stream stream) |
Záloha. More... | |
lán autobusu.
Třída si kromě konstantních položek (PlanInfo) uchovává i počet autobusů, které daný plán používají. Plán autobusu má textovou podobu.
Plan.Plan | ( | PlanInfo | Info, |
string | data | ||
) |
Plan.Plan | ( | System.IO.Stream | stream | ) |
void Plan.Backup | ( | System.IO.Stream | stream | ) |
uint Plan.Buses | ( | ) |
void Plan.Buses | ( | int | Change | ) |
void Plan.Data | ( | out string | data | ) |
void Plan.GetInfo | ( | out PlanInfo | Info | ) |
string Plan.Name | ( | ) |