Click or drag to resize

ProductFieldValueCollection Class

Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionProductFieldValue
    System.Collections.ObjectModelKeyedCollectionString, ProductFieldValue
      Dynamicweb.Ecommerce.ProductsProductFieldValueCollection

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[SerializableAttribute]
public class ProductFieldValueCollection : KeyedCollection<string, ProductFieldValue>

The ProductFieldValueCollection type exposes the following members.

Constructors
  NameDescription
Public methodProductFieldValueCollection
Initializes a new instance of the ProductFieldValueCollection class
Public methodProductFieldValueCollection(IDataReader)
Initializes a new instance of the ProductFieldValueCollection class
Public methodProductFieldValueCollection(String, IDataReader)
Initializes a new instance of the ProductFieldValueCollection class
Public methodProductFieldValueCollection(String, IDataReader, Boolean)
Initializes a new instance of the ProductFieldValueCollection class
Top
Methods
See Also