Share via


CatalogObjectCollection(TObject, TDataSet) Members

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
Aa146542.pubmethod(en-US,CS.70).gif Equals (Inherited from Object.)
Aa146542.protmethod(en-US,CS.70).gif Finalize (Inherited from Object.)
Aa146542.pubmethod(en-US,CS.70).gif GetHashCode (Inherited from Object.)
Aa146542.pubmethod(en-US,CS.70).gif GetType (Inherited from Object.)
Aa146542.protmethod(en-US,CS.70).gif MemberwiseClone (Inherited from Object.)
Aa146542.pubmethod(en-US,CS.70).gif ToString (Inherited from Object.)

Top

Properties

  Name Description
Aa146542.pubproperty(en-US,CS.70).gif CatalogContext Gets the CatalogContext object. (Inherited from CatalogObjectBase.)
Aa146542.pubproperty(en-US,CS.70).gif Count Gets the number of items in the collection (in paged collections, this is the number of items on the current page.)
Aa146542.pubproperty(en-US,CS.70).gif DataSet Gets the internal DataSet used in this object collection.
Aa146542.pubproperty(en-US,CS.70).gif DebugContext Gets the DebugContext object. (Inherited from CatalogObjectBase.)
Aa146542.pubproperty(en-US,CS.70).gif 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
Aa146542.pubinterface(en-US,CS.70).gifAa146542.privmethod(en-US,CS.70).gif IEnumerable<(Of <(TObject>)>)..::.GetEnumerator
Aa146542.pubinterface(en-US,CS.70).gifAa146542.privmethod(en-US,CS.70).gif IEnumerable..::.GetEnumerator

Top

See Also

Reference

CatalogObjectCollection<(Of <(TObject, TDataSet>)>) Class

Microsoft.CommerceServer.Catalog Namespace