Property | Type | Description | |
---|---|---|---|
OnEndDateChanged | void | ||
OnEndDateChanging | void | ||
OnListPriceChanged | void | ||
OnListPriceChanging | void | ||
OnModifiedDateChanged | void | ||
OnModifiedDateChanging | void | ||
OnProductIDChanged | void | ||
OnProductIDChanging | void | ||
OnStartDateChanged | void | ||
OnStartDateChanging | void |
Method | Description | |
---|---|---|
CreateProductListPriceHistory ( global productID, global startDate, global listPrice, global modifiedDate ) : |
Create a new ProductListPriceHistory object.
|
Method | Description | |
---|---|---|
OnEndDateChanged ( ) : void | ||
OnEndDateChanging ( Nullable |
||
OnListPriceChanged ( ) : void | ||
OnListPriceChanging ( global value ) : void | ||
OnModifiedDateChanged ( ) : void | ||
OnModifiedDateChanging ( global value ) : void | ||
OnProductIDChanged ( ) : void | ||
OnProductIDChanging ( global value ) : void | ||
OnStartDateChanged ( ) : void | ||
OnStartDateChanging ( global value ) : void |
public static CreateProductListPriceHistory ( global productID, global startDate, global listPrice, global modifiedDate ) : |
||
productID | global | Initial value of the ProductID property. |
startDate | global | Initial value of the StartDate property. |
listPrice | global | Initial value of the ListPrice property. |
modifiedDate | global | Initial value of the ModifiedDate property. |
return |