Click or drag to resize

IDealTradeDocumentEntityBase.DocumentStateMember Property

Gets or Sets the state (only Quote)

Sale document : List of authorized values (StateX) in ISaleQuoteComplexEntityMember which can be found in IReadOnlyInvoicingOptionsEntity

Purchase document : List of authorized values (StateX) in IPurchaseQuoteComplexEntityMember which can be found in IReadOnlyInvoicingOptionsEntity

(État)

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.Deal
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
IReadOnlyInt32EntityMember DocumentStateMember { get; }

Property Value

Type: IReadOnlyInt32EntityMember
Remarks
This entity member is bound to the DocumentState (État) column of the DealSaleDocument (Document de vente lié aux affaires/projets) table.
See Also