C# Class SimShift.Entities.Profiles

Inheritance: IConfigurable
Afficher le fichier Open project: nlhans/SimShift Class Usage Examples

Méthodes publiques

Свойство Type Description
Loaded List
Unloaded List

Méthodes publiques

Méthode Description
ApplyParameter ( IniValueObject obj ) : void
ExportParameters ( ) : IEnumerable
Load ( string profile, float staticMass ) : void
Profiles ( string app, string car ) : System
ResetParameters ( ) : void

Method Details

ApplyParameter() public méthode

public ApplyParameter ( IniValueObject obj ) : void
obj SimShift.Utils.IniValueObject
Résultat void

ExportParameters() public méthode

public ExportParameters ( ) : IEnumerable
Résultat IEnumerable

Load() public méthode

public Load ( string profile, float staticMass ) : void
profile string
staticMass float
Résultat void

Profiles() public méthode

public Profiles ( string app, string car ) : System
app string
car string
Résultat System

ResetParameters() public méthode

public ResetParameters ( ) : void
Résultat void

Property Details

Loaded public_oe property

public List Loaded
Résultat List

Unloaded public_oe property

public List Unloaded
Résultat List