Constructor ProductCatalogItemEditor
ProductCatalogItemEditor()
Default constructor. Creates a new ProductCatalogItem
to edit.
Declaration
public ProductCatalogItemEditor()
ProductCatalogItemEditor(ProductCatalogItem)
Constructor taking an instance of ProductCatalogItem
to edit.
Declaration
public ProductCatalogItemEditor(ProductCatalogItem description)
Parameters
Type | Name | Description |
---|---|---|
ProductCatalogItem | description | The description of the item being created. |