C# Class AcManager.Pages.Drive.Srs.ScriptProvider

Inheritance: ScriptProviderBase
Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Méthode Description
ContentExists ( string trackId, string carIdsJson ) : bool
GetCarName ( string carId ) : string
Go ( ) : void
ScriptProvider ( ViewModel model ) : System
SetCars ( string json ) : void
SetParam ( string key, string value ) : void
SetParams ( string json ) : void
UpdatePreview ( string carId, string skinId ) : void
UpdateWaitingPage ( ) : void

Method Details

ContentExists() public méthode

public ContentExists ( string trackId, string carIdsJson ) : bool
trackId string
carIdsJson string
Résultat bool

GetCarName() public méthode

public GetCarName ( string carId ) : string
carId string
Résultat string

Go() public méthode

public Go ( ) : void
Résultat void

ScriptProvider() public méthode

public ScriptProvider ( ViewModel model ) : System
model ViewModel
Résultat System

SetCars() public méthode

public SetCars ( string json ) : void
json string
Résultat void

SetParam() public méthode

public SetParam ( string key, string value ) : void
key string
value string
Résultat void

SetParams() public méthode

public SetParams ( string json ) : void
json string
Résultat void

UpdatePreview() public méthode

public UpdatePreview ( string carId, string skinId ) : void
carId string
skinId string
Résultat void

UpdateWaitingPage() public méthode

public UpdateWaitingPage ( ) : void
Résultat void