C# Class AcManager.Pages.Drive.QuickDrive_Weekend.ViewModel

Inheritance: QuickDrive_Race.ViewModel
Show file Open project: gro-ove/actools

Public Methods

Method Description
ViewModel ( bool initialize = true ) : System

Protected Methods

Method Description
GetModeProperties ( IEnumerable botCars ) : Game.BaseModeProperties
InitializeSaveable ( ) : void
Load ( QuickDrive_Race o ) : void
Reset ( ) : void
Save ( QuickDrive_Race result ) : void

Method Details

GetModeProperties() protected method

protected GetModeProperties ( IEnumerable botCars ) : Game.BaseModeProperties
botCars IEnumerable
return Game.BaseModeProperties

InitializeSaveable() protected method

protected InitializeSaveable ( ) : void
return void

Load() protected method

protected Load ( QuickDrive_Race o ) : void
o QuickDrive_Race
return void

Reset() protected method

protected Reset ( ) : void
return void

Save() protected method

protected Save ( QuickDrive_Race result ) : void
result QuickDrive_Race
return void

ViewModel() public method

public ViewModel ( bool initialize = true ) : System
initialize bool
return System