C# Class EA.Iws.Domain.ValuePerWeight

Show file Open project: EnvironmentAgency/prsd-iws

Protected Methods

Method Description
ValuePerWeight ( ) : System
ValuePerWeight ( ValuePerWeightUnits units, decimal amount, bool canHaveNegativeAmount = false ) : System

Private Methods

Method Description
CheckIsValid ( ValuePerWeightUnits units, decimal amount ) : void

Method Details

ValuePerWeight() protected method

protected ValuePerWeight ( ) : System
return System

ValuePerWeight() protected method

protected ValuePerWeight ( ValuePerWeightUnits units, decimal amount, bool canHaveNegativeAmount = false ) : System
units ValuePerWeightUnits
amount decimal
canHaveNegativeAmount bool
return System