Search Results for

    Show / Hide Table of Contents

    Class DriverInformation

    Data transfer object for driver information.

    Used to give all information to the get driver information node.

    Inheritance
    System.Object
    DriverInformation
    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.Telematic.Core
    Assembly: Simplic.Telematic.Core.dll
    Syntax
    public class DriverInformation

    Properties

    | Improve this Doc View Source

    DriverId

    Gets or set the driver id.

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

    FullName

    Gets or sets the full name of the driver.

    Declaration
    public string FullName { 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