Click or drag to resize

OrderLineFieldCollection Class

Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionOrderLineField
    Dynamicweb.Ecommerce.OrdersOrderLineFieldCollection

Namespace:  Dynamicweb.Ecommerce.Orders
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[SerializableAttribute]
public class OrderLineFieldCollection : Collection<OrderLineField>

The OrderLineFieldCollection type exposes the following members.

Constructors
  NameDescription
Public methodOrderLineFieldCollection
Initializes a new instance of the OrderLineFieldCollection class
Top
See Also