Class DailyVehicleOperationalPlan
Inheritance
System.Object
DailyVehicleOperationalPlan
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
Assembly: Simplic.Logistics.dll
Syntax
public class DailyVehicleOperationalPlan
Properties
| Improve this Doc View SourceConfiguration
Declaration
public IList<VehicleOperationalPlanTruck> Configuration { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<VehicleOperationalPlanTruck> |
ConfigurationJson
Declaration
public byte[] ConfigurationJson { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
PlanningDate
Declaration
public DateTime PlanningDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |