Add a new 'Temperature' entry.
Temperature (ASBIE). Any temperatures associated with the goods.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
void AddTemperature( ITemperature temperature ) |
| Visual Basic |
|---|
Sub AddTemperature ( temperature As ITemperature ) |
| Visual C++ |
|---|
void AddTemperature( ITemperature^ temperature ) |
| F# |
|---|
abstract AddTemperature : temperature : ITemperature -> unit |
Parameters
- temperature
- Type: Unimaze.Composer.Ubl2.Interfaces..::..ITemperature
The ITemperature to add.