Interface PrePlanningTour
Pre planning tour saved event
Namespace: Simplic.Logistics.SchemaRegistry
Assembly: Simplic.Logistics.SchemaRegistry.dll
Syntax
public interface PrePlanningTour
Properties
| Improve this Doc View SourceEndDate
Gets or sets the end date
Declaration
DateTime EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Guid
Gets or sets the guid
Declaration
Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ResourceId
Gets or sets the resource id
Declaration
Guid ResourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
StartDate
Gets or sets the start date
Declaration
DateTime StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |