The Boat type exposes the following members.

Constructors

  NameDescription
BoatOverloaded.
Initializes a new instance of the Boat class.

Methods

  NameDescription
Clone
Creates a new object that is a copy of the current instance.
(Inherited from SerializableBase.)
Equals
Determines whether the specified Object is equal to the current Object.
(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
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
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.

See Also