RandomCodeGenerator Class |
Namespace: CMS.Ecommerce
public class RandomCodeGenerator
The RandomCodeGenerator type exposes the following members.
Name | Description | |
---|---|---|
RandomCodeGenerator |
Initializes new instance of RandomCodeGenerator generating random codes starting with prefix. Format of codes is specified by codePattern
parameter.
|
Name | Description | |
---|---|---|
CodeIsUnique |
Checks if given code is unique - not generated yet.
| |
GenerateCode |
Generates one new unique code. Throws exception when not able to generate unique code within 10 attempts.
| |
GetRandomChar |
Returns random character A-Z.
| |
GetRandomDigit |
Returns random digit 0-9.
| |
GetRandomNumber |
Returns random number from 0 to max (exclusive).
| |
GetRandomSymbol |
Returns random symbol 0-9 or A-Z.
| |
GetSymbolForType |
Returns charType. Override this method to add custom character sets.
| |
RememberCode |
Remembers given code as already generated.
| |
TryGenerateCode |
Generates one random code.
|