VehicleSpec Methods |
The VehicleSpec type exposes the following members.
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
FromXml |
Used to deserialize a VehicleSpec
object from XML.
| |
GetHashCode |
Returns a unique integer for this object.
(Overrides ValueTypeGetHashCode.) | |
GetLoadInfo |
Returns the type and weight (measured in kilograms)
for one of the loads that the vehicle (represented by this VehicleSpec) object
is carrying.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
SetLoadInfo |
Sets the type and weight (measured in kilograms)
of one of the loads that the vehicle (represented by this VehicleSpec) object
is carrying.
| |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) | |
ToXml |
Used to serialize a VehicleSpec
object to XML.
|