Class Toll
Represents a Toll
Inheritance
System.Object
Toll
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.Logistics.Vehicle
Assembly: Simplic.Logistics.Vehicle.dll
Syntax
public class Toll
Constructors
| Improve this Doc View SourceToll()
Initialize instance
Declaration
public Toll()
Properties
| Improve this Doc View SourceAxleCount
Gets or sets the property AxleCount as int
Declaration
public int AxleCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EmissionClassId
Gets or sets the property EmissionClassId as Guid
Declaration
public Guid EmissionClassId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Guid
Gets or sets the property Guid as Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
OrderNumber
Gets or sets the property OrderNumber as string
Declaration
public string OrderNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PermissableTotalWeight
Gets or sets the property PermissableTotalWeight as double
Declaration
public double PermissableTotalWeight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TollEmissionClassId
Gets or sets the property TollEmissionClassId as Guid
Declaration
public Guid TollEmissionClassId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
TollRegistrationDate
Gets or sets the property Registration as DateTime
Declaration
public DateTime TollRegistrationDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
VehicleGuid
Gets or sets the VehicleGuid
Declaration
public Guid VehicleGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |