Search Results for

    Show / Hide Table of Contents

    Class CreateDailyTourVehicleTypeViewModel

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

    Constructors

    | Improve this Doc View Source

    CreateDailyTourVehicleTypeViewModel(VehicleType)

    Initializes a new instance of CreateDailyTourVehicleTypeViewModel

    Declaration
    public CreateDailyTourVehicleTypeViewModel(VehicleType vehicleType)
    Parameters
    Type Name Description
    VehicleType vehicleType

    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 vehicletype 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
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx