Property | Type | Description | |
---|---|---|---|
OnDateCreatedChanged | void | ||
OnDateCreatedChanging | void | ||
OnModifiedDateChanged | void | ||
OnModifiedDateChanging | void | ||
OnProductIDChanged | void | ||
OnProductIDChanging | void | ||
OnQuantityChanged | void | ||
OnQuantityChanging | void | ||
OnShoppingCartIDChanged | void | ||
OnShoppingCartIDChanging | void | ||
OnShoppingCartItemIDChanged | void | ||
OnShoppingCartItemIDChanging | void |
Method | Description | |
---|---|---|
CreateShoppingCartItem ( global shoppingCartItemID, global shoppingCartID, global quantity, global productID, global dateCreated, global modifiedDate ) : |
Create a new ShoppingCartItem object.
|
Method | Description | |
---|---|---|
OnDateCreatedChanged ( ) : void | ||
OnDateCreatedChanging ( global value ) : void | ||
OnModifiedDateChanged ( ) : void | ||
OnModifiedDateChanging ( global value ) : void | ||
OnProductIDChanged ( ) : void | ||
OnProductIDChanging ( global value ) : void | ||
OnQuantityChanged ( ) : void | ||
OnQuantityChanging ( global value ) : void | ||
OnShoppingCartIDChanged ( ) : void | ||
OnShoppingCartIDChanging ( global value ) : void | ||
OnShoppingCartItemIDChanged ( ) : void | ||
OnShoppingCartItemIDChanging ( global value ) : void |
public static CreateShoppingCartItem ( global shoppingCartItemID, global shoppingCartID, global quantity, global productID, global dateCreated, global modifiedDate ) : |
||
shoppingCartItemID | global | Initial value of the ShoppingCartItemID property. |
shoppingCartID | global | Initial value of the ShoppingCartID property. |
quantity | global | Initial value of the Quantity property. |
productID | global | Initial value of the ProductID property. |
dateCreated | global | Initial value of the DateCreated property. |
modifiedDate | global | Initial value of the ModifiedDate property. |
return |