RandomGenerationParameters Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Class that specifies the parameters to a promotion code generation batch that uses the GenerateRandomCodes method.
The RandomGenerationParameters type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RandomGenerationParameters | Overloaded. Initializes a new instance of the RandomGenerationParameters 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 | |
---|---|---|
CodeLength | Gets or sets the length of the random codes that will be generated in a batch. | |
Prefix | Gets or sets the prefix that will be added to the beginning of each random code generated in a batch. | |
Suffix | Gets or sets the suffix that will be added to the end of each random code generated in a batch. |
Top