Share via


TargetingProfileCollection Class (BCL)

Stores the set of named Profile objects to be targeted.

This class is sealed.

System.Object
**** Microsoft.CommerceServer.Runtime.Targeting.TargetingProfileCollection

Public Instance Constructor

Constructor Description
TargetingProfileCollection Constructor Creates a new instance of the TargetingProfileCollection class.

 

Public Instance Methods

Method Description
Add(String, Profile) Adds a profile to the collection.
Add(String, Object) Adds a Commerce.IDictionary object containing targeting properties to the collection.
CopyTo(Array, Int32) Copies the items to an array, starting at a particular array index.
Dispose Releases resources used by this object.
GetEnumerator Supports enumeration of the items in the collection.

 

Public Instance Properties

Property Description
Count Gets the number of items contained in the collection.
IsSynchronized Gets a value indicating whether access to the collection is synchronized.
Item(String) Indexer to retrieve a profile or a Commerce.Dictionary object from the collection.
SyncRoot Gets an object that can be used for synchronized access to the collection.

 

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Targeting

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.