Class Tour
Represents the model to create a tour
Inheritance
System.Object
Tour
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.Planning
Assembly: Simplic.Logistics.Planning.dll
Syntax
public class Tour
Properties
| Improve this Doc View SourceCustomText
Declaration
public string CustomText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
IsLocked
Gets or sets if the tour is locked
Declaration
public bool IsLocked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LockingType
Declaration
public LockingType LockingType { get; set; }
Property Value
Type | Description |
---|---|
LockingType |
ResourceId
Gets or sets the resource id
Declaration
public Guid ResourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Shipments
Gets or sets the shipments
Declaration
public IList<Shipment> Shipments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Shipment> |
StartDate
Gets or sets the start date
Declaration
public DateTime StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
TourStatus
Gets or sets the current tour status
Declaration
public TourStatus TourStatus { get; set; }
Property Value
Type | Description |
---|---|
TourStatus |
TypeId
Declaration
public TourType TypeId { get; set; }
Property Value
Type | Description |
---|---|
TourType |
VehicleId
Gets or sets the vehicle id
Declaration
public Guid? VehicleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |