Search Results for

    Show / Hide Table of Contents

    Class TelematicCard

    Inheritance
    System.Object
    TelematicCard
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.PlugIn.Logistics.Telematic
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class TelematicCard

    Constructors

    | Improve this Doc View Source

    TelematicCard()

    Declaration
    public TelematicCard()

    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

    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