Method | Description | |
---|---|---|
CreateProduct ( global productID, global name, global productNumber, global makeFlag, global finishedGoodsFlag, global safetyStockLevel, global reorderPoint, global standardCost, global listPrice, global daysToManufacture, global sellStartDate, global rowguid, global modifiedDate ) : |
Create a new Product object.
|
public static CreateProduct ( global productID, global name, global productNumber, global makeFlag, global finishedGoodsFlag, global safetyStockLevel, global reorderPoint, global standardCost, global listPrice, global daysToManufacture, global sellStartDate, global rowguid, global modifiedDate ) : |
||
productID | global | Initial value of the ProductID property. |
name | global | Initial value of the Name property. |
productNumber | global | Initial value of the ProductNumber property. |
makeFlag | global | Initial value of the MakeFlag property. |
finishedGoodsFlag | global | Initial value of the FinishedGoodsFlag property. |
safetyStockLevel | global | Initial value of the SafetyStockLevel property. |
reorderPoint | global | Initial value of the ReorderPoint property. |
standardCost | global | Initial value of the StandardCost property. |
listPrice | global | Initial value of the ListPrice property. |
daysToManufacture | global | Initial value of the DaysToManufacture property. |
sellStartDate | global | Initial value of the SellStartDate property. |
rowguid | global | Initial value of the rowguid property. |
modifiedDate | global | Initial value of the ModifiedDate property. |
return |