Share via


VehicleLoadType Struct

Definition

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

VehicleLoadType(String)

Initializes a new instance of VehicleLoadType.

Properties

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

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

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.

Applies to