ExpressionTarget Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The ExpressionTarget class contains a set of expression/action pairs that can be used to select a single content item (an Ad for example) for display when several items fit the criteria.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public NotInheritable Class ExpressionTarget
'Usage
Dim instance As ExpressionTarget
[ComVisibleAttribute(false)]
public sealed class ExpressionTarget
[ComVisibleAttribute(false)]
public ref class ExpressionTarget sealed
public final class ExpressionTarget
Remarks
You can bundle several target expressions in order to display an advertisement to a specific group of users.
This class can be publicly created. Objects of this type can be stored to the database by adding them to Targets collection and saving the parent object.
The ExpressionTarget objects can be included into the ExpressionTargetCollection.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Marketing..::.ExpressionTarget
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.CommerceServer.Marketing Namespace