Click or drag to resize

IDealTradeDocumentEntityBaseDocumentState 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
Nullable<int> DocumentState { get; set; }

Property Value

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