 | ISupplierItemEntityReferenceId Property |
Gets or sets the reference Id
(Code de la référence tiers/article)
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<Guid> ReferenceId { get; set; }
Property ReferenceId As Nullable(Of Guid)
Get
Set
Property Value
Type:
NullableGuid
RemarksThis entity member is bound to the ReferenceId (Code de la référence tiers/article) column of the SupplierItem (Articles par fournisseurs) table.
See Also