CommerceResourceCollection Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Represents the collection of site resources for a given site.
The CommerceResourceCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CommerceResourceCollection | Initializes a new instance of the CommerceResourceCollection class. |
Top
Methods
Name | Description | |
---|---|---|
CopyTo | Copies all of the elements in the current instance to a compatible one-dimensional CommerceResourceCollection array, starting at the specified index in the array. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Retrieves an enumerator that can iterate through the current collection. | |
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 elements in the CommerceResourceCollection collection. | |
IsSynchronized | Gets a value indicating whether access to the current CommerceResourceCollection is synchronized (thread-safe). | |
Item | Gets a CommerceResource from the collection, based upon the resource name. | |
SiteName | Gets the name of the Commerce Site for which this collection was created. | |
SyncRoot | Gets an object that can be used for synchronized access to the CommerceResourceCollection. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection..::.CopyTo |
Top