Class PropertyPriceCollection
Property for storing price information.
Inherited Members
Namespace: EPiServer.Commerce.SpecializedProperties
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0Syntax
public class PropertyPriceCollection : PropertyCollectionBase<Price>, IEnumerable<Price>, IEnumerable
Constructors
PropertyPriceCollection()
Declaration
public PropertyPriceCollection()
Properties
PropertyValueType
Declaration
public override Type PropertyValueType { get; }
Property Value
Type | Description |
---|---|
System.Type |
Overrides
EPiServer.Commerce.SpecializedProperties.PropertyCollectionBase<EPiServer.Commerce.SpecializedProperties.Price>.PropertyValueType
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable