Class Settings
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Car
Assembly: VMDCar.dll
This class is to represent the setting for car configuration.
[SettingsProvider(typeof(HybridSettingsProvider))]
[SettingsGroupName("VM.Managed.DAFUL.Car.Settings")]
public class Settings : SettingsBase<settings>
Inheritance
object ←
SettingsBase ←
ApplicationSettingsBase ←
SettingsBase
Inherited Members
SettingsBase
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
Settings()
Initializes a new instance of the
public Settings()
Properties
FourPostTestrigPath
Gets the four post testrig path.
[ApplicationScopedSetting]
public string FourPostTestrigPath { get; }
Property Value
FullTestrigPath
Gets the full testrig path.
[ApplicationScopedSetting]
public string FullTestrigPath { get; }
Property Value
HalfTestrigPath
Gets the half testrig path.
[ApplicationScopedSetting]
public string HalfTestrigPath { get; }
Property Value
IsoLaneChangePath
Gets the iso lane change path.
[ApplicationScopedSetting]
public string IsoLaneChangePath { get; }
Property Value
RoadPath
Gets or sets the road path.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("..\\Document\\Standard Work\\Roads\\2d_flat.rdf")]
public string RoadPath { get; set; }
Property Value
ShimmyJudderTestrigPath
Gets the shimmy judder testrig path.
[ApplicationScopedSetting]
public string ShimmyJudderTestrigPath { get; }
Property Value
StandardWorkPath
Gets the standard work path.
[ApplicationScopedSetting]
public string StandardWorkPath { get; }
Property Value
TireTestrigPath
Gets the tire testrig path.
[ApplicationScopedSetting]
public string TireTestrigPath { get; }
Property Value
UsedFourPostTestRigName
Gets or sets the name of the used four post test rig.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
public string UsedFourPostTestRigName { get; set; }
Property Value
UsedFullTestRigName
Gets or sets the name of the used full test rig.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
public string UsedFullTestRigName { get; set; }
Property Value
UsedHalfTestRigName
Gets or sets the name of the used half test rig.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
public string UsedHalfTestRigName { get; set; }
Property Value
UsedShimmyJudderTestRigName
Gets or sets the name of the used shimmy judder test rig.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
public string UsedShimmyJudderTestRigName { get; set; }
Property Value
UsedTireTestRigName
Gets or sets the name of the used tire test rig.
[UserScopedSetting]
[NoSettingsVersionUpgrade]
public string UsedTireTestRigName { get; set; }