Class InventoryStatusSelectionFactory
Inheritance
System.Object
InventoryStatusSelectionFactory
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 |
|