Class VehicleTroubleshootingSetupValue
- Namespace
- LibreRally.Vehicle
- Assembly
- LibreRally.dll
public sealed record VehicleTroubleshootingSetupValue : IEquatable<VehicleTroubleshootingSetupValue>
- Inheritance
-
VehicleTroubleshootingSetupValue
- Implements
-
- Inherited Members
-
Constructors
VehicleTroubleshootingSetupValue(string, float?, float?, float?, string)
public VehicleTroubleshootingSetupValue(string Name, float? PreferredValue, float? MergedValue, float? EffectiveValue, string EffectiveSource)
Parameters
Name string
PreferredValue float?
MergedValue float?
EffectiveValue float?
EffectiveSource string
Properties
EffectiveSource
public string EffectiveSource { get; init; }
Property Value
- string
EffectiveValue
public float? EffectiveValue { get; init; }
Property Value
- float?
MergedValue
public float? MergedValue { get; init; }
Property Value
- float?
Name
public string Name { get; init; }
Property Value
- string
PreferredValue
public float? PreferredValue { get; init; }
Property Value
- float?