Click or drag to resize

FieldValueCollection Class

Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryField, Object
    Dynamicweb.Ecommerce.Products.CategoriesFieldValueCollection

Namespace:  Dynamicweb.Ecommerce.Products.Categories
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[SerializableAttribute]
public class FieldValueCollection : Dictionary<Field, Object>
Constructors
  NameDescription
Public methodFieldValueCollection
Initializes a new instance of the FieldValueCollection class
Protected methodFieldValueCollection(SerializationInfo, StreamingContext)
Initializes a new instance of the FieldValueCollection class
Top
See Also