Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
This class cannot be inherited. Represents a collection of Marketing Promotion Codes associated with an order form instance.
The PromoCodeRecordCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
PromoCodeRecordCollection | Initializes a new instance of the PromoCodeRecordCollection class with the specified parent order form. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | Adds the specified PromoCodeRecord to the end of the PromoCodeRecordCollection. |
![]() |
Clear | Clears all the PromoCodeRecord objects from the current PromoCodeRecordCollection. |
![]() |
CopyTo | Copies the contents of the PromoCodeRecordCollection to a compatible one-dimensional array starting at the specified index of the target array. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | Retrieves an enumerator that can iterate through the current PromoCodeRecordCollection. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetObjectData | Populates the SerializationInfo with the data needed to serialize the PromoCodeRecordCollection. |
![]() |
GetType | (Inherited from Object.) |
![]() |
IndexOf | Overloaded. Returns the index of the PromoCodeRecord with the specified identifier. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Remove | Overloaded. Removes the specified PromoCodeRecord from the collection. |
![]() |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the current count of all the unique PromoCodeRecord objects contained within the current PromoCodeRecordCollection collection. |
![]() |
IsSynchronized | Gets a value indicating whether access to the PromoCodeRecordCollection is synchronized (thread-safe). |
![]() |
Item | Gets the PromoCodeRecord object from the current collection, based upon the specified index. |
![]() |
ParentOrderForm | Gets the OrderForm object to which this PromoCodeRecord collection belongs. |
![]() |
SyncRoot | Gets the object used to synchronize access to the PromoCodeRecordCollection. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
ICollection..::.CopyTo |
Top