The Boat type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a new object that is a copy of the current instance.
(Inherited from SerializableBase.) | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| CoastGuardNumber |
Gets or sets the Coast Guard Vessel Identification Number (VIN) of
the vessel specified by the
Name
property.
| |
| CoastGuardNumberSpecified |
Include the CoastGuardNumber
property when serializing the class or generating the document.
| |
| HullDepth |
Gets or sets the hull depth for the boat.
| |
| HullDepthSpecified |
Include the HullDepth
property when serializing the class or generating the document.
| |
| Length |
Gets or sets the length of the boat.
| |
| LengthSpecified |
Include the Length
property when serializing the class or generating the document.
| |
| MappedName |
Gets or sets the receiver's name for the boat.
| |
| MappedNameSpecified |
Include the MappedName
property when serializing the class or generating the document.
| |
| Name |
Gets or sets the name of the boat.
| |
| NameSpecified |
Include the Name
property when serializing the class or generating the document.
| |
| TowCut |
Gets or sets the cut position of the boat in the tow.
| |
| TowCutSpecified |
Include the TowCut
property when serializing the class or generating the document.
| |
| TowString |
Gets or sets the string position of the boat in the tow.
| |
| TowStringSpecified |
Include the TowString
property when serializing the class or generating the document.
| |
| Width |
Gets or sets the width of the boat.
| |
| WidthSpecified |
Include the Width
property when serializing the class or generating the document.
|