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>

Load(string)

Loads FeeCollection using the specified query.
[Obsolete("Use Services.Fees instead.")]
public void Load(string query)

Parameters

query string
The query.
To top