 | IHumanServiceDetailSaleDocumentLineEntityParentLineId Property |
Gets or sets set ParentLineId
(Code de la ligne parente)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.SaleDocument
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<Guid> ParentLineId { get; set; }
Property ParentLineId As Nullable(Of Guid)
Get
Set
Property Value
Type:
NullableGuid
RemarksThis entity member is bound to the ParentLineId (Code de la ligne parente) column of the SaleDocumentLineHumanServiceDetail (Service à la personne) table.
See Also