Search Results for

    Show / Hide Table of Contents

    Class VehicleTelematic

    Represents a telematic system of a vehicle

    Inheritance
    System.Object
    VehicleTelematic
    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
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class VehicleTelematic

    Properties

    | Improve this Doc View Source

    Id

    Gets or sets the Guid

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | 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

    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