프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | void |
public CreatePurchasePriceList ( PurchasePriceList purchasePriceList ) : void | ||
purchasePriceList | PurchasePriceList | |
리턴 | void |
public CreateSalesPriceList ( SalesPriceList salesPriceList ) : void | ||
salesPriceList | SalesPriceList | |
리턴 | void |
public DeletePriceList ( PriceList priceList ) : void | ||
priceList | PriceList | |
리턴 | void |
public DeletePurchasePriceList ( PurchasePriceList purchasePriceList ) : void | ||
purchasePriceList | PurchasePriceList | |
리턴 | void |
public DeleteSalesPriceList ( SalesPriceList salesPriceList ) : void | ||
salesPriceList | SalesPriceList | |
리턴 | void |
public LoadPurchasePriceList ( string code ) : PurchasePriceList | ||
code | string | |
리턴 | PurchasePriceList |
public LoadSalesPriceList ( string code ) : SalesPriceList | ||
code | string | |
리턴 | SalesPriceList |
public UpdatePriceList ( PriceList priceList ) : void | ||
priceList | PriceList | |
리턴 | void |
public UpdatePurchasePriceList ( PurchasePriceList purchasePriceList ) : void | ||
purchasePriceList | PurchasePriceList | |
리턴 | void |
public UpdateSalesPriceList ( SalesPriceList salesPriceList ) : void | ||
salesPriceList | SalesPriceList | |
리턴 | void |