프로퍼티 | 타입 | 설명 | |
---|---|---|---|
OnEndDateChanged | void | ||
OnEndDateChanging | void | ||
OnListPriceChanged | void | ||
OnListPriceChanging | void | ||
OnModifiedDateChanged | void | ||
OnModifiedDateChanging | void | ||
OnProductIDChanged | void | ||
OnProductIDChanging | void | ||
OnStartDateChanged | void | ||
OnStartDateChanging | void |
메소드 | 설명 | |
---|---|---|
CreateProductListPriceHistory ( global productID, global startDate, global listPrice, global modifiedDate ) : |
Create a new ProductListPriceHistory object.
|
메소드 | 설명 | |
---|---|---|
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. |
리턴 |