Class OrderStateCollection
- Namespace
- Dynamicweb.Ecommerce.Orders
- Assembly
- Dynamicweb.Ecommerce.dll
Represents a collection of the OrderState objects.
[Obsolete("Do not use.")]
[Serializable]
public class OrderStateCollection : Collection<OrderState>, IList<OrderState>, ICollection<OrderState>, IReadOnlyList<OrderState>, IReadOnlyCollection<OrderState>, IEnumerable<OrderState>, IList, ICollection, IEnumerable
- Inheritance
-
OrderStateCollection
- Implements
- Inherited Members
- Extension Methods
Properties
this[int]
Gets or sets the element at the specified index.
public OrderState this[int index] { get; }
Parameters
index
int
Property Value
Methods
Load(string)
Loads the specified OrderState objects.
[Obsolete("Do not use")]
public void Load(string sql)
Parameters
sql
string- The SQL query.