PromoCodeGenerationErrorCollection Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Class that represents a set of promotion code generation errors.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Class PromoCodeGenerationErrorCollection _
Inherits Collection(Of PromoCodeGenerationError)
'Usage
Dim instance As PromoCodeGenerationErrorCollection
public class PromoCodeGenerationErrorCollection : Collection<PromoCodeGenerationError>
public ref class PromoCodeGenerationErrorCollection : public Collection<PromoCodeGenerationError>
public class PromoCodeGenerationErrorCollection extends Collection<PromoCodeGenerationError>
Remarks
A collection of PromoCodeGenerationError errors that occurred during a promotion code import.
Inheritance Hierarchy
System..::.Object
System.Collections.ObjectModel..::.Collection<(Of <(PromoCodeGenerationError>)>)
Microsoft.CommerceServer.Marketing..::.PromoCodeGenerationErrorCollection
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.