Property | Type | Description | |
---|---|---|---|
OnBinChanged | void | ||
OnBinChanging | void | ||
OnLocationIDChanged | void | ||
OnLocationIDChanging | void | ||
OnModifiedDateChanged | void | ||
OnModifiedDateChanging | void | ||
OnProductIDChanged | void | ||
OnProductIDChanging | void | ||
OnQuantityChanged | void | ||
OnQuantityChanging | void | ||
OnShelfChanged | void | ||
OnShelfChanging | void | ||
OnrowguidChanged | void | ||
OnrowguidChanging | void |
Method | Description | |
---|---|---|
CreateProductInventory ( global productID, global locationID, global shelf, global bin, global quantity, global rowguid, global modifiedDate ) : |
Create a new ProductInventory object.
|
Method | Description | |
---|---|---|
OnBinChanged ( ) : void | ||
OnBinChanging ( global value ) : void | ||
OnLocationIDChanged ( ) : void | ||
OnLocationIDChanging ( global value ) : void | ||
OnModifiedDateChanged ( ) : void | ||
OnModifiedDateChanging ( global value ) : void | ||
OnProductIDChanged ( ) : void | ||
OnProductIDChanging ( global value ) : void | ||
OnQuantityChanged ( ) : void | ||
OnQuantityChanging ( global value ) : void | ||
OnShelfChanged ( ) : void | ||
OnShelfChanging ( global value ) : void | ||
OnrowguidChanged ( ) : void | ||
OnrowguidChanging ( global value ) : void |
public static CreateProductInventory ( global productID, global locationID, global shelf, global bin, global quantity, global rowguid, global modifiedDate ) : |
||
productID | global | Initial value of the ProductID property. |
locationID | global | Initial value of the LocationID property. |
shelf | global | Initial value of the Shelf property. |
bin | global | Initial value of the Bin property. |
quantity | global | Initial value of the Quantity property. |
rowguid | global | Initial value of the rowguid property. |
modifiedDate | global | Initial value of the ModifiedDate property. |
return |