 | ISupplierItemEntity.LinkedWithTarifeo Property |
Gets or sets whether the supplier item is linked with Tarifeo
(Lié avec Tarifeo)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.Supplier
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<bool> LinkedWithTarifeo { get; set; }
Property LinkedWithTarifeo As Nullable(Of Boolean)
Get
Set
Property Value
Type:
Nullable<Boolean>
RemarksThis entity member is bound to the LinkedWithTarifeo (Lié avec Tarifeo) column of the SupplierItem (Articles par fournisseurs) table.
See Also