London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class InventoryStatusSelectionFactory

Inheritance
System.Object
InventoryStatusSelectionFactory
Namespace: EPiServer.Commerce.Shell.UIDescriptors.EditorDescriptors.SelectionFactories
Assembly: EPiServer.Commerce.Shell.dll
Version: 13.30.0
Syntax
public class InventoryStatusSelectionFactory : EnumSelectionFactory

Constructors

InventoryStatusSelectionFactory()

Declaration
public InventoryStatusSelectionFactory()

InventoryStatusSelectionFactory(LocalizationService)

Declaration
public InventoryStatusSelectionFactory(LocalizationService localizationService)
Parameters
Type Name Description
EPiServer.Framework.Localization.LocalizationService localizationService

Properties

EnumType

Declaration
protected override Type EnumType { get; }
Property Value
Type Description
System.Type

Methods

GetStringForEnumValue(Int32)

Declaration
protected override string GetStringForEnumValue(int value)
Parameters
Type Name Description
System.Int32 value
Returns
Type Description
System.String