 | DocumentBehavior Enumeration |
Document functionnalities
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.DocumentBase
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax[FlagsAttribute]
public enum DocumentBehavior
<FlagsAttribute>
Public Enumeration DocumentBehavior
Members
| Member name | Value | Description |
---|
| BOI | 1 | Document will display the BOI message if needed |
| DoNotUpdateFooter | 8 | Allow to avoid to calculate document footer |
| InvertAmountsSign | 2 | Amounts stocked in database will be inverted |
| LastTransferedDocumentNotReadOnly | 4 | The last transfered document from one will the the only one that won't be read only |
| None | 0 | No behavior |
See Also