DiscountApplicationRecordCollection Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Represents a collection of DiscountApplicationRecord objects.
The DiscountApplicationRecordCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
DiscountApplicationRecordCollection | Initializes a new instance of the DiscountApplicationRecordCollection class using the specified parent line item and discount. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | Add a DiscountApplicationRecord to the end of the DiscountApplicationRecordCollection. |
![]() |
Clear | Clears all DiscountApplicationRecord instances from the DiscountApplicationRecordCollection. |
![]() |
CopyTo | Copies all the elements in the DiscountApplicationRecordCollection 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 instance. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetObjectData | Populates a SerializationInfo object with the data needed to serialize the DiscountApplicationRecordCollection. |
![]() |
GetType | (Inherited from Object.) |
![]() |
IndexOf | Overloaded. Returns the index of the DiscountApplicationRecord with the specified identifier. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Remove | Overloaded. Removes the discount application record from the collection. |
![]() |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the count of the number of elements in the DiscountApplicationRecordCollection collection. |
![]() |
IsSynchronized | Gets a value indicating whether access to the current DiscountApplicationRecordCollection is synchronized (thread-safe). |
![]() |
Item | Gets the DiscountApplicationRecord from the current collection, based upon the specified index. |
![]() |
ParentLineItem | Gets the line item to which the current collection belongs. |
![]() |
SyncRoot | Gets the object used to synchronize access to the DiscountApplicationRecordCollection. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
ICollection..::.CopyTo |
Top