Search Results for

    Show / Hide Table of Contents

    Class TelematicCardViewModel

    Inheritance
    System.Object
    TelematicCardViewModel
    Namespace: Simplic.PlugIn.Logistics.Telematic
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class TelematicCardViewModel : ExtendableViewModel

    Constructors

    | Improve this Doc View Source

    TelematicCardViewModel(TelematicCard)

    Declaration
    public TelematicCardViewModel(TelematicCard model)
    Parameters
    Type Name Description
    TelematicCard model

    Properties

    | Improve this Doc View Source

    EmploymentId

    Gets or sets the EmploymentId

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

    Id

    Gets or sets the Id

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

    Model

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

    Number

    Gets or sets the Number

    Declaration
    public string Number { get; set; }
    Property Value
    Type Description
    System.String
    | 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
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx