Class TourStopViewModel
Represents a stop view model
Inheritance
System.Object
TourStopViewModel
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class TourStopViewModel : ViewModelBase
Constructors
| Improve this Doc View SourceTourStopViewModel(TourStop)
Initialize new tourstop viewmodel
Declaration
public TourStopViewModel(TourStop stop)
Parameters
Type | Name | Description |
---|---|---|
TourStop | stop | Stop api model |
Properties
| Improve this Doc View SourceAddressId
Gets or sets the contact id / address id
Declaration
public Guid AddressId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
AddressName
Gets or sets the address name
Declaration
public string AddressName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DurationInMinutes
Gets or sets the duration in minutes
Declaration
public int DurationInMinutes { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Id
Gets or sets the id of the stop
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsDeleted
Gets or sets whether the stop is deleted or not
Declaration
public bool IsDeleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsFinished
Gets or sets wheter the stop has finished or not
Declaration
public bool IsFinished { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OrderNr
Gets or sets the order number within the tour
Declaration
public int OrderNr { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Title
Gets or sets the title of the stop
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |