Search Results for

    Show / Hide Table of Contents

    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 Source

    TourStopViewModel(TourStop)

    Initialize new tourstop viewmodel

    Declaration
    public TourStopViewModel(TourStop stop)
    Parameters
    Type Name Description
    TourStop stop

    Stop api model

    Properties

    | Improve this Doc View Source

    AddressId

    Gets or sets the contact id / address id

    Declaration
    public Guid AddressId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    AddressName

    Gets or sets the address name

    Declaration
    public string AddressName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DurationInMinutes

    Gets or sets the duration in minutes

    Declaration
    public int DurationInMinutes { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Id

    Gets or sets the id of the stop

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    IsDeleted

    Gets or sets whether the stop is deleted or not

    Declaration
    public bool IsDeleted { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsFinished

    Gets or sets wheter the stop has finished or not

    Declaration
    public bool IsFinished { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    OrderNr

    Gets or sets the order number within the tour

    Declaration
    public int OrderNr { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Title

    Gets or sets the title of the stop

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx