Class PropertyDictionaryMultiple

A property type that is used as backing type when you want a meta field that is a multiple selection dictionary.

Inheritance
System.Object
PropertyCollectionBase<System.String>
PropertyDictionaryMultiple
Implements
System.Collections.Generic.IEnumerable<System.String>
System.Collections.IEnumerable
Namespace: EPiServer.Commerce.SpecializedProperties
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0
Syntax
public class PropertyDictionaryMultiple : PropertyCollectionBase<string>, IEnumerable<string>, IEnumerable

Constructors

PropertyDictionaryMultiple()

Declaration
public PropertyDictionaryMultiple()

Implements

System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable