TargetingProfileCollection Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Represents a set of named Profile objects to be targeted. This class cannot be inherited.
The TargetingProfileCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TargetingProfileCollection | Initializes a new instance of the TargetingProfileCollection class. |
Top
Methods
Name | Description | |
---|---|---|
Add | Overloaded. Add a Commerce.IDictionary or Profile object containing targeting properties to the end of the TargetingProfileCollection. | |
CopyTo | The TargetingProfileCollection elements are copied to the target array, starting at the specified index of the target array. | |
Dispose | Use this method to release resources by the TargetingProfileCollection object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Retrieves an enumerator that can iterate through the current instance. | |
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 Profile elements in the TargetingProfileCollection collection. | |
IsSynchronized | Gets a value indicating whether access to the current TargetingProfileCollection is synchronized (thread-safe). | |
Item | Gets the Profile from the current collection, based upon the specified key. | |
SyncRoot | Gets the object used to synchronize access to the TargetingProfileCollection. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection..::.CopyTo |
Top