Method |
Description |
|
CreatePriceListDetail ( PriceListDetail entity ) : void |
|
|
DeletePriceListDetail ( IList pkList ) : void |
|
|
DeletePriceListDetail ( IList entityList ) : void |
|
|
DeletePriceListDetail ( Int32 id ) : void |
|
|
DeletePriceListDetail ( PriceListDetail entity ) : void |
|
|
DeletePriceListDetail ( String priceListCode, System.DateTime startDate, String itemCode, String currencyCode ) : void |
|
|
GetAllPriceListDetail ( ) : IList |
|
|
LoadPriceListDetail ( Int32 id ) : PriceListDetail |
|
|
LoadPriceListDetail ( String priceListCode, System.DateTime startDate, String itemCode, String currencyCode ) : PriceListDetail |
|
|
LoadPriceListDetail ( com priceList, System.DateTime startDate, com item, Currency currency ) : PriceListDetail |
|
|
UpdatePriceListDetail ( PriceListDetail entity ) : void |
|
|