Class FleetboardRequestConfiguration
Inheritance
System.Object
FleetboardRequestConfiguration
Implements
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 SourceFields
Declaration
public IDictionary<long, string> Fields { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.Int64, System.String> |
ObjectTypeId
Declaration
public long ObjectTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
StructureId
Declaration
public long StructureId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
VehicleId
Declaration
public long? VehicleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
VehicleIdentifier
Declaration
public string VehicleIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |