Search Results for

    Show / Hide Table of Contents

    Class VehicleTelematicViewModel

    Represents the ViewModel of a VehicleTelematic

    Inheritance
    System.Object
    VehicleTelematicViewModel
    Namespace: Simplic.PlugIn.Logistics.UI.ViewModel
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class VehicleTelematicViewModel : ExtendableViewModel

    Constructors

    | Improve this Doc View Source

    VehicleTelematicViewModel(VehicleTelematic)

    Initializes a new VehicleTelematicViewModel with a given model

    Declaration
    public VehicleTelematicViewModel(VehicleTelematic model)
    Parameters
    Type Name Description
    VehicleTelematic model

    Properties

    | Improve this Doc View Source

    Identifier

    Gets or sets the Identifier

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

    Model

    Gets the model

    Declaration
    public VehicleTelematic Model { get; }
    Property Value
    Type Description
    VehicleTelematic
    | Improve this Doc View Source

    TelematicSystemId

    Gets or sets the TelematicSystemId

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

    ValidFrom

    Gets or sets the valid from Date

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

    ValidTo

    Gets or sets the valid to Date

    Declaration
    public DateTime? ValidTo { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>
    | Improve this Doc View Source

    VehicleId

    Gets or sets the Id of the Vehicle

    Declaration
    public Guid VehicleId { 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