Class SpedionRequestConfiguration
A class for a Spedion Request Configuration.
Inheritance
System.Object
SpedionRequestConfiguration
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.Spedion
Assembly: Simplic.Telematic.Spedion.dll
Syntax
public class SpedionRequestConfiguration : ITelematicRequestConfiguration
Properties
| Improve this Doc View SourceCustomerId
Gets or sets the customer id.
Used to send telematic messages to other customers.
Declaration
public int? CustomerId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
FormType
Gets or sets the form type.
Declaration
public SpedionFormType FormType { get; set; }
Property Value
Type | Description |
---|---|
SpedionFormType |
Message
Gets or sets the message.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Tour
Gest or sets the spedion tour.
Declaration
public Tour Tour { get; set; }
Property Value
Type | Description |
---|---|
Tour |
VehicleIdentifier
Gets or sets the vehicle identifier.
Declaration
public string VehicleIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |