A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class PropertyPriceCollection

Property for storing price information.

Inheritance
System.Object
PropertyPriceCollection
Implements
System.Collections.Generic.IEnumerable<Price>
System.Collections.IEnumerable
Namespace: EPiServer.Commerce.SpecializedProperties
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0
Syntax
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<>
System.Collections.IEnumerable