StaticList Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
StaticList is a list with no expressions or other dynamics associated with it.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public NotInheritable Class StaticList _
Inherits MailingList
'Usage
Dim instance As StaticList
[ComVisibleAttribute(false)]
public sealed class StaticList : MailingList
[ComVisibleAttribute(false)]
public ref class StaticList sealed : public MailingList
public final class StaticList extends MailingList
Remarks
Describes a Static Mailing List in the Marketing System. StaticList class represents a static list of users. This kind of mailing list has all its users explicitly listed in the Marketing Database.
This class cannot be publicly created. It is only accessible as the Condition property of a Discount object.
The StaticList may be used in a MailingList.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Marketing..::.MarketingServices
Microsoft.CommerceServer.Marketing..::.MailingList
Microsoft.CommerceServer.Marketing..::.StaticList
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.