BatchInfo Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Describes a batch of promotion codes during or after generation of an import and export operation.
The BatchInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BatchInfo | Initializes a new instance of the BatchInfo 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 | |
---|---|---|
BatchId | Gets or sets the batch Id of the current instance. | |
BatchName | Gets or sets the batch name of the current instance. | |
DeletedDate | Gets or sets the date and time when the current instance was deleted. | |
Errors | Gets the list of PromoCodeGenerationError objects describing errors that occurred during the operation. | |
GenerationMethod | Gets or sets the PromoCodeGenerationMethod that was used to fill the current instance started with promo codes. | |
IsFinished | Gets the value indicating if there's any activity in progress for the current instance. | |
NumberOfCodes | Gets or sets the number of promotional codes in the current instance. | |
OriginalFileName | Gets or sets the original import file name associated with the promotional code batch. | |
PhaseProgress | Gets or sets the percentage complete of the current phase of a promotional code operation. | |
StartTime | Gets or sets the date and time when the current instance started to be filled with promotion codes. | |
Status | Gets or sets the PromoCodeOperationStatusCode that describes the status of the current instance. |
Top