Class DailyMileage
Represents the class DailyMileage.
Inheritance
System.Object
DailyMileage
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Logistics.Vehicle
Assembly: Simplic.Logistics.Vehicle.dll
Syntax
public class DailyMileage
Properties
| Improve this Doc View SourceCurrentPrice
Gets or sets the current price.
Declaration
public double CurrentPrice { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DailyDistance
Gets or sets the Daily Distance.
Declaration
public double DailyDistance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DateTime
Gets or sets the Date.
Declaration
public DateTime DateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
FuelLevel
Gets or sets the fuellevel.
Declaration
public int FuelLevel { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Guid
Gets or sets the Guid.
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsProtected
Gets or sets whether the DailyMileage is protected.
Declaration
public bool IsProtected { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Mileage
Gets or sets the Mileage.
Declaration
public double Mileage { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Note
Gets or sets the Comment.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TotalPrice
Gets or sets the total cost.
Declaration
public double TotalPrice { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VehicleId
Gets or sets the Vehicle Id.
Declaration
public Guid VehicleId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |