    

 ## On this page

  

 

 #  Class Vehicle

 Last update: 16.07.2025 

Namespace: [VM.Models.Pre.Drivetrain.VehicleSimulator](VM.Models.Pre.Drivetrain.VehicleSimulator.md)  
Assembly: VM.Models.Pre.Drivetrain.VehicleSimulator.dll

```csharp
public class Vehicle : ValidatableBase, IObservableObject, IDisposableObject, IValidatable

```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← ObservableObject ← ValidatableBase ← [Vehicle](VM.Models.Pre.Drivetrain.VehicleSimulator.Vehicle.md)

#### Implements

IObservableObject, IDisposableObject, IValidatable

#### Inherited Members

ValidatableBase.RaisePropertyChanged(string), ValidatableBase.SuspendValidate(), ValidatableBase.Validate(), ValidatableBase.Validate(ValidationContext), ValidatableBase.DisposeManagedResources(), ValidatableBase.CanValidate, ValidatableBase.Errors, ValidatableBase.HasValidationAttribute, ValidatableBase.HasValidator, ValidatableBase.IsValid, ValidatableBase.ValidateTrigger, ValidatableBase.ErrorsChanged, ObservableObject.Dispose(), ObservableObject.RaisePropertyChanged(string), ObservableObject.RaisePropertyChanged(string, object, object), ObservableObject.Dispose(bool), ObservableObject.DisposeManagedResources(), ObservableObject.DisposeUnmanagedResources(), ObservableObject.IsDisposed, ObservableObject.TryDisposing, ObservableObject.Disposed, ObservableObject.Disposing, ObservableObject.PropertyChanged

#### Extension Methods

[LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkProperties_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkPropertiesAndValues_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkedObjects__1_System_Object_VM_Models_Pre_LinkPropertyType_)

## Constructors

### <a id="VM_Models_Pre_Drivetrain_VehicleSimulator_Vehicle__ctor"></a> Vehicle()

```csharp
public Vehicle()

```

## Properties

### <a id="VM_Models_Pre_Drivetrain_VehicleSimulator_Vehicle_BodyMass"></a> BodyMass

```csharp
public double BodyMass { get; set; }

```

#### Property Value

[double](https://learn.microsoft.com/dotnet/api/system.double)

### <a id="VM_Models_Pre_Drivetrain_VehicleSimulator_Vehicle_EndSpeed"></a> EndSpeed

```csharp
public double EndSpeed { get; set; }

```

#### Property Value

[double](https://learn.microsoft.com/dotnet/api/system.double)

### <a id="VM_Models_Pre_Drivetrain_VehicleSimulator_Vehicle_FittingCoefficientA"></a> FittingCoefficientA

```csharp
public double FittingCoefficientA { get; set; }

```

#### Property Value

[double](https://learn.microsoft.com/dotnet/api/system.double)

### <a id="VM_Models_Pre_Drivetrain_VehicleSimulator_Vehicle_FittingCoefficientB"></a> FittingCoefficientB

```csharp
public double FittingCoefficientB { get; set; }

```

#### Property Value

[double](https://learn.microsoft.com/dotnet/api/system.double)

### <a id="VM_Models_Pre_Drivetrain_VehicleSimulator_Vehicle_FittingCoefficientC"></a> FittingCoefficientC

```csharp
public double FittingCoefficientC { get; set; }

```

#### Property Value

[double](https://learn.microsoft.com/dotnet/api/system.double)

### <a id="VM_Models_Pre_Drivetrain_VehicleSimulator_Vehicle_StartSpeed"></a> StartSpeed

```csharp
public double StartSpeed { get; set; }

```

#### Property Value

[double](https://learn.microsoft.com/dotnet/api/system.double)

### <a id="VM_Models_Pre_Drivetrain_VehicleSimulator_Vehicle_WheelRadius"></a> WheelRadius

```csharp
public double WheelRadius { get; set; }

```

#### Property Value

[double](https://learn.microsoft.com/dotnet/api/system.double)