Click or drag to resize

Product Methods

The Product type exposes the following members.

Methods
  NameDescription
Public methodCompareTo(Object)
Compare two Products.
Public methodCompareTo(Product)
Compare two Products.
Public methodCopyTo
Copy the entire sequence to the supplied destination.
Public methodEquals(Object)
Indicate whether two Products have the same value.
(Overrides ObjectEquals(Object).)
Public methodEquals(Product)
Indicate whether two Products have the same value.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodCode exampleGetEnumerator
Enumerate all elements of a Product.
Public methodGetHashCode
Get the hash oode of the Product.
(Overrides ObjectGetHashCode.)
Public methodCode exampleGetRows
Iterate thru all rows of the Product table for every Rank ascending.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberCode examplePermuteT
Apply a Product sequence to select from the supplied lists or arrays.
Public methodSize
Get the size of a column.
Public methodCode exampleToString
Provide readable form of the Product row.
(Overrides ObjectToString.)
Top
See Also