Property | Type | Description |
---|
Method | Description | |
---|---|---|
CreatePriceListDetail ( PriceListDetail priceListDetail ) : void | ||
DeletePriceListDetail ( PriceListDetail priceListDetail ) : void | ||
LoadPriceListDetail ( int ID ) : PriceListDetail | ||
PriceListDetailMgrProxy ( ) : System | ||
UpdatePriceListDetail ( PriceListDetail priceListDetail ) : void |
public CreatePriceListDetail ( PriceListDetail priceListDetail ) : void | ||
priceListDetail | PriceListDetail | |
return | void |
public DeletePriceListDetail ( PriceListDetail priceListDetail ) : void | ||
priceListDetail | PriceListDetail | |
return | void |
public LoadPriceListDetail ( int ID ) : PriceListDetail | ||
ID | int | |
return | PriceListDetail |
public UpdatePriceListDetail ( PriceListDetail priceListDetail ) : void | ||
priceListDetail | PriceListDetail | |
return | void |