Class PropertyInventoryCollection

Property for storing inventory information.

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

Constructors

PropertyInventoryCollection()

Declaration
public PropertyInventoryCollection()

Properties

PropertyValueType

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

Implements

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