PromoCodeGenerationError Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Represents an error that might happen during a promotion code import or generation.
The PromoCodeGenerationError type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | Returns a value indicating whether the current PromoCodeGenerationError object is the same as the specified object. (Overrides ValueType..::.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | Get the hash code of the current PromoCodeGenerationError object. (Overrides ValueType..::.GetHashCode()()().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Converts a PromoCodeGenerationError into a string that contains both the Code and LineNumber. (Overrides ValueType..::.ToString()()().) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Returns a value indicating whether the first specified PromoCodeGenerationError is equal to the second specified PromoCodeGenerationError. | |
Inequality | Returns a value indicating whether two PromoCodeGenerationError objects are not equal. |
Top
Properties
Name | Description | |
---|---|---|
Code | Gets or sets the error code of the current instance. | |
LineNumber | Gets or sets the line number in the import file where an error happened. |
Top