C# Class AcManager.Controls.Dialogs.CarOpenInShowroomDialog.ViewModel

Inheritance: FirstFloor.ModernUI.Presentation.NotifyPropertyChanged, IUserPresetable
Show file Open project: gro-ove/actools

Public Properties

Property Type Description
ForceFilterAcId string

Private Properties

Property Type Description
SaveLater void

Public Methods

Method Description
ExportToPresetData ( ) : string
ImportFromPresetData ( string data ) : void
Run ( ) : bool
RunAsync ( ) : void
ViewModel ( CarObject carObject, string selectedSkinId ) : System
ViewModel ( string serializedPreset, CarObject carObject, string selectedSkinId ) : System

Private Methods

Method Description
SaveLater ( ) : void

Method Details

ExportToPresetData() public method

public ExportToPresetData ( ) : string
return string

ImportFromPresetData() public method

public ImportFromPresetData ( string data ) : void
data string
return void

Run() public method

public Run ( ) : bool
return bool

RunAsync() public method

public RunAsync ( ) : void
return void

ViewModel() public method

public ViewModel ( CarObject carObject, string selectedSkinId ) : System
carObject AcManager.Tools.Objects.CarObject
selectedSkinId string
return System

ViewModel() public method

public ViewModel ( string serializedPreset, CarObject carObject, string selectedSkinId ) : System
serializedPreset string
carObject AcManager.Tools.Objects.CarObject
selectedSkinId string
return System

Property Details

ForceFilterAcId public property

public string ForceFilterAcId
return string