Click or drag to resize

ArticleOrderWebCalculatedFromLineNo Property

The related order line number of the line. If applicable. Some lines are dependent on other lines (i.e. discounts). The number represents the [!:LineNo] of the line that this line is dependent on.

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public int? CalculatedFromLineNo { get; set; }

Property Value

Type: NullableInt32
See Also