InventoryProductRepository Constructor
Default constructor
Namespace: Ignition.Commerce.ProductsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public InventoryProductRepository(
RepositorySettings<InventoryProduct> settings = null
)
Public Sub New (
Optional settings As RepositorySettings(Of InventoryProduct) = Nothing
)
public:
InventoryProductRepository(
RepositorySettings<InventoryProduct^>^ settings = nullptr
)
new :
?settings : RepositorySettings<InventoryProduct>
(* Defaults:
let _settings = defaultArg settings null
*)
-> InventoryProductRepository
Parameters
- settings RepositorySettingsInventoryProduct (Optional)
- Custom settings for this repository