Class PropertyMarketCollection

A property that can handle a list of markets represented by their ID strings

Inheritance
System.Object
PropertyCollectionBase<System.String>
PropertyMarketCollection
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 PropertyMarketCollection : PropertyCollectionBase<string>, IEnumerable<string>, IEnumerable

Constructors

PropertyMarketCollection()

Declaration
public PropertyMarketCollection()

Properties

PropertyValueType

Declaration
public override Type PropertyValueType { get; }
Property Value
Type Description
System.Type
Overrides
EPiServer.Commerce.SpecializedProperties.PropertyCollectionBase<System.String>.PropertyValueType

Implements

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