Click or drag to resize

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
Syntax
IErrors CheckAllStock(
	IEnumerable<IDocumentLineEntityBase> lines
)

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: IErrors
An error collection (empty if no error)
See Also