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