 | IDocumentEntityBaseCheckAllStock Method |
Check the stock for all document lines
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.DocumentBase
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxIErrors CheckAllStock(
IEnumerable<IDocumentLineEntityBase> lines
)
Function CheckAllStock (
lines As IEnumerable(Of IDocumentLineEntityBase)
) As IErrors
Parameters
- lines
- Type: System.Collections.GenericIEnumerableIDocumentLineEntityBase
line on which the check will be done. If null it will be done on all lines
Return Value
Type:
IErrorsAn error collection (empty if no error)
See Also