Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
An abstract class; CatalogObject collection is the base type for all collections of catalog objects.
The CatalogObjectCollection<(Of <(TObject, TDataSet>)>) type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CatalogContext | Gets the CatalogContext object. (Inherited from CatalogObjectBase.) |
![]() |
Count | Gets the number of items in the collection (in paged collections, this is the number of items on the current page.) |
![]() |
DataSet | Gets the internal DataSet used in this object collection. |
![]() |
DebugContext | Gets the DebugContext object. (Inherited from CatalogObjectBase.) |
![]() |
Item | Overloaded. Gets the specified object from the collection. In C#, this property is the indexer for the CatalogObjectCollection class. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerable<(Of <(TObject>)>)..::.GetEnumerator | |
![]() ![]() |
IEnumerable..::.GetEnumerator |
Top