ExpressionTarget Members
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.
The ExpressionTarget type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ExpressionTarget | Initializes a new instance of the ExpressionTarget class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Action | Gets or sets an Action that will be taken if expression evaluates to true. | |
Expression | Gets or sets a reference to the expression that is evaluated during targeting. |
Top