Overrides the weight set by the logic in this class to the value supplied.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
protected void OverrideWeight(
	double unitWeight,
	double extendedWeight
)
Visual Basic (Declaration)
Protected Sub OverrideWeight ( _
	unitWeight As Double, _
	extendedWeight As Double _
)
Visual C++
protected:
void OverrideWeight(
	double unitWeight, 
	double extendedWeight
)

Parameters

unitWeight
Type: System..::.Double
The desired weight associated with this order-line.
extendedWeight
Type: System..::.Double
The desired weight for this order-line, taking into account quantity.

Remarks

Only used by descendents to make type specific adjustments to the weight

See Also