VirtualCatalogRuleCollection Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
A collection of virtual catalog inclusion/exclusion rules for this virtual catalog. This class cannot be inherited.
The VirtualCatalogRuleCollection 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>)>).) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable<(Of <(TObject>)>)..::.GetEnumerator | (Inherited from DataSetBasedCollection<(Of <(TObject, TDataSet>)>).) |
Top