VehicleLoadType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The VehicleLoadType.
public readonly struct VehicleLoadType : IEquatable<Azure.Maps.Routing.VehicleLoadType>
type VehicleLoadType = struct
Public Structure VehicleLoadType
Implements IEquatable(Of VehicleLoadType)
- Inheritance
-
VehicleLoadType
- Implements
Constructors
| Name | Description |
|---|---|
| VehicleLoadType(String) |
Initializes a new instance of VehicleLoadType. |
Properties
| Name | Description |
|---|---|
| OtherHazmatExplosive |
Explosives. |
| OtherHazmatGeneral |
Miscellaneous. |
| OtherHazmatHarmfulToWater |
Harmful to water. |
| USHazmatClass1 |
Explosives. |
| USHazmatClass2 |
Compressed gas. |
| USHazmatClass3 |
Flammable liquids. |
| USHazmatClass4 |
Flammable solids. |
| USHazmatClass5 |
Oxidizers. |
| USHazmatClass6 |
Poisons. |
| USHazmatClass7 |
Radioactive. |
| USHazmatClass8 |
Corrosives. |
| USHazmatClass9 |
Miscellaneous. |
Methods
| Name | Description |
|---|---|
| Equals(VehicleLoadType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(VehicleLoadType, VehicleLoadType) |
Determines if two VehicleLoadType values are the same. |
| Implicit(String to VehicleLoadType) |
Converts a String to a VehicleLoadType. |
| Inequality(VehicleLoadType, VehicleLoadType) |
Determines if two VehicleLoadType values are not the same. |