LocalExpressionRef Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Associates a local Expression object with a campaign item.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public NotInheritable Class LocalExpressionRef _
Inherits ExpressionRef
'Usage
Dim instance As LocalExpressionRef
[ComVisibleAttribute(false)]
public sealed class LocalExpressionRef : ExpressionRef
[ComVisibleAttribute(false)]
public ref class LocalExpressionRef sealed : public ExpressionRef
public final class LocalExpressionRef extends ExpressionRef
Remarks
To create a LocalExpressionRef object, call NewExpressionRef and pass in the Expression that contains the local Expression. Local Expression objects only exist within the scope of the CampaignItem in which they were created. For example, it is not legal to call GetExpression to load a local Expression object directly.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Marketing..::.MarketingServices
Microsoft.CommerceServer.Marketing..::.ExpressionRef
Microsoft.CommerceServer.Marketing..::.LocalExpressionRef
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.