 | IInclusionLineEntityBaseInclusionOrder Property |
Gets or sets the inclusion order member
(Ordre d'inclusion des lignes)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<int> InclusionOrder { get; set; }
Property InclusionOrder As Nullable(Of Integer)
Get
Set
Property Value
Type:
NullableInt32
RemarksThis entity member is bound to the InclusionOrder (Ordre d'inclusion des lignes) column of the PriceListInclusionLine (Articles ou clients inclus dans le tarif) table.
See Also