Click or drag to resize

OrderFieldValueCollection Class

Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionOrderFieldValue
    Dynamicweb.Ecommerce.OrdersOrderFieldValueCollection

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

The OrderFieldValueCollection type exposes the following members.

Constructors
  NameDescription
Public methodOrderFieldValueCollection
Initializes a new instance of the OrderFieldValueCollection class
Public methodOrderFieldValueCollection(DataRow)
Initializes a new instance of the OrderFieldValueCollection class
Public methodOrderFieldValueCollection(IDataReader)
Initializes a new instance of the OrderFieldValueCollection class
Top
Methods
See Also