Click or drag to resize

IHashComplexEntityMemberChainedId Property

Gets or sets the chained identifier.

(Identifiant de la donnée chaînée)

Namespace:  EBP.Api.Interfaces.Framework.Data.EntityBase.Hash
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
Nullable<Guid> ChainedId { get; set; }

Property Value

Type: NullableGuid
The chained identifier.
Remarks
This entity member is bound to the Hash_Hash_ChainedId (Identifiant de la donnée chaînée) column of the SaleSettlement (Règlement de vente) table.
See Also