Property | Type | Description |
---|
Method | Description | |
---|---|---|
CreatePriceList ( PriceList priceList ) : void | ||
CreatePurchasePriceList ( PurchasePriceList purchasePriceList ) : void | ||
CreateSalesPriceList ( SalesPriceList salesPriceList ) : void | ||
DeletePriceList ( PriceList priceList ) : void | ||
DeletePurchasePriceList ( PurchasePriceList purchasePriceList ) : void | ||
DeleteSalesPriceList ( SalesPriceList salesPriceList ) : void | ||
LoadPriceList ( string code ) : PriceList | ||
LoadPurchasePriceList ( string code ) : PurchasePriceList | ||
LoadSalesPriceList ( string code ) : SalesPriceList | ||
PriceListMgrProxy ( ) : System | ||
UpdatePriceList ( PriceList priceList ) : void | ||
UpdatePurchasePriceList ( PurchasePriceList purchasePriceList ) : void | ||
UpdateSalesPriceList ( SalesPriceList salesPriceList ) : void |
public CreatePriceList ( PriceList priceList ) : void | ||
priceList | PriceList | |
return | void |
public CreatePurchasePriceList ( PurchasePriceList purchasePriceList ) : void | ||
purchasePriceList | PurchasePriceList | |
return | void |
public CreateSalesPriceList ( SalesPriceList salesPriceList ) : void | ||
salesPriceList | SalesPriceList | |
return | void |
public DeletePriceList ( PriceList priceList ) : void | ||
priceList | PriceList | |
return | void |
public DeletePurchasePriceList ( PurchasePriceList purchasePriceList ) : void | ||
purchasePriceList | PurchasePriceList | |
return | void |
public DeleteSalesPriceList ( SalesPriceList salesPriceList ) : void | ||
salesPriceList | SalesPriceList | |
return | void |
public LoadPriceList ( string code ) : PriceList | ||
code | string | |
return | PriceList |
public LoadPurchasePriceList ( string code ) : PurchasePriceList | ||
code | string | |
return | PurchasePriceList |
public LoadSalesPriceList ( string code ) : SalesPriceList | ||
code | string | |
return | SalesPriceList |
public UpdatePriceList ( PriceList priceList ) : void | ||
priceList | PriceList | |
return | void |
public UpdatePurchasePriceList ( PurchasePriceList purchasePriceList ) : void | ||
purchasePriceList | PurchasePriceList | |
return | void |
public UpdateSalesPriceList ( SalesPriceList salesPriceList ) : void | ||
salesPriceList | SalesPriceList | |
return | void |