CommerceResourceCollection Class (BCL)

Represents the collection of site resources for a given site.

This class is sealed.

System.Object
   Microsoft.CommerceServer.Runtime.Configuration.CommerceResourceCollection

Public Instance Constructor

Constructor Descriptions
CommerceResourceCollection Constructor(String) Creates a new instance of the CommerceResourceCollection class for the specified site.

Public Instance Methods

Method Description
CopyTo(Array, Int32) Copies the resources to an array, starting at a particular array index.
GetEnumerator Supports an iteration over the collection of resources.

 

Public Instance Properties

Property Description
Count Gets the number of elements contained in the collection.
IsSynchronized Gets a value indicating whether access to the collection is synchronized. This implementation always returns False.
Item(String) Indexer to allow for accessing a resource based on the resource name.
SyncRoot Gets an object that can be used to synchronize access to the collection. This implementation always returns the current instance of the CommerceResourceCollection class.

 

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Configuration

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.