VariantCollection Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
A collection of variants within the Catalog. This class cannot be inherited.
The VariantCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Use this method to return an enumerator than can iterate through the DataSetBasedCollection<(Of <(TObject, TDataSet>)>) instance. (Inherited from DataSetBasedCollection<(Of <(TObject, TDataSet>)>).) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the count of the number of items in the collection. (Inherited from DataSetBasedCollection<(Of <(TObject, TDataSet>)>).) | |
DataSet | Gets the internal dataset used in this object collection. (Inherited from DataSetBasedCollection<(Of <(TObject, TDataSet>)>).) | |
Item | Overloaded. Gets the specified object the collection. In C#, this property is the indexer for the VariantCollection class. | |
TotalRecords | Gets the total number of records in this collection, ignoring the page settings. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable<(Of <(TObject>)>)..::.GetEnumerator | (Inherited from DataSetBasedCollection<(Of <(TObject, TDataSet>)>).) |
Top