Class MaintenanceContract
Inheritance
System.Object
MaintenanceContract
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 MaintenanceContract
Constructors
| Improve this Doc View SourceMaintenanceContract()
Constructor
Declaration
public MaintenanceContract()
Properties
| Improve this Doc View SourceBeginDate
Gets or sets the begin date
Declaration
public DateTime BeginDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
EndDate
Gets or sets the end date
Declaration
public DateTime EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Guid
Gets or sets the Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
MonthlyCost
Gets or sets the monthly costs
Declaration
public decimal MonthlyCost { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
Remark
Gets or sets the remark
Declaration
public string Remark { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SupplierId
Gets or sets the supplier id
Declaration
public Guid SupplierId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
VehicleGuid
Gets or sets the Vehicle Guid
Declaration
public Guid VehicleGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |