Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Returns a list of all expression references associated with this object.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Protected Friend Overrides Function GetAllExpressionReferences As List(Of ExpressionRef)
'Usage
Dim returnValue As List(Of ExpressionRef)
returnValue = Me.GetAllExpressionReferences()
protected internal override List<ExpressionRef> GetAllExpressionReferences()
protected public:
virtual List<ExpressionRef^>^ GetAllExpressionReferences() override
protected internal override function GetAllExpressionReferences() : List<ExpressionRef>
Return Value
Type: System.Collections.Generic..::.List<(Of <(ExpressionRef>)>)
A list of expressions that associates Expression objects with CampaignItem objects.
Remarks
Classes deriving from DisplayableCampaignItem should override this method if they contain any expression references.
The returned list represents a strongly typed list of objects that can be accessed by index and provides methods to search, sort, and manipulate lists.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.