Search Results for

    Show / Hide Table of Contents

    Class CreateDailyTourVehicleViewModel

    Inheritance
    System.Object
    CreateDailyTourVehicleViewModel
    Namespace: Simplic.PlugIn.Logistics.Disposition
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class CreateDailyTourVehicleViewModel : ExtendableViewModel

    Constructors

    | Improve this Doc View Source

    CreateDailyTourVehicleViewModel(Vehicle)

    Initializes a new instance of CreateDailyTourVehicleViewModel

    Declaration
    public CreateDailyTourVehicleViewModel(Vehicle vehicle)
    Parameters
    Type Name Description
    Vehicle vehicle

    Properties

    | Improve this Doc View Source

    Guid

    Gets or sets the Guid

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

    IsSelected

    Gets or sets whether the vehilcle is selected

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

    Name

    Gets or sets the Name

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

    VehicleTypeId

    Gets or sets the VehicleTypeId

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