Table of Contents

Class FeeCollection

Namespace
Dynamicweb.Ecommerce.Orders
Assembly
Dynamicweb.Ecommerce.dll

Represents a collection of fees

[Serializable]
public class FeeCollection : Collection<Fee>, IList<Fee>, ICollection<Fee>, IReadOnlyList<Fee>, IReadOnlyCollection<Fee>, IList, ICollection, IEnumerable<Fee>, IEnumerable
Inheritance
FeeCollection
Implements
Inherited Members
Extension Methods

Methods

AddRange(IEnumerable<Fee>)

Adds range of fees to the collection

public void AddRange(IEnumerable<Fee> fees)

Parameters

fees IEnumerable<Fee>
To top