Search Results for

    Show / Hide Table of Contents

    Class FleetboardRequestConfiguration

    Inheritance
    System.Object
    FleetboardRequestConfiguration
    Implements
    ITelematicRequestConfiguration
    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.FleetBoard
    Assembly: Simplic.Telematic.FleetBoard.dll
    Syntax
    public class FleetboardRequestConfiguration : ITelematicRequestConfiguration

    Properties

    | Improve this Doc View Source

    Fields

    Declaration
    public IDictionary<long, string> Fields { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.Int64, System.String>
    | Improve this Doc View Source

    ObjectTypeId

    Declaration
    public long ObjectTypeId { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    StructureId

    Declaration
    public long StructureId { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    VehicleId

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

    VehicleIdentifier

    Declaration
    public string VehicleIdentifier { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    ITelematicRequestConfiguration
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx