Click or drag to resize

MultiDocumentGenerationTParentDocument, TOrderItem, TSubDocument Constructor

Namespace:  Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public MultiDocumentGeneration(
	TParentDocument parentDocument,
	Func<TOrderItem, TSubDocument, bool> splitFunction,
	GenerationOptions options = null,
	bool singleExecution = false
)

Parameters

parentDocument
Type: TParentDocument
The parent document from which to generate sub-documents.
splitFunction
Type: SystemFuncTOrderItem, TSubDocument, Boolean
The split function.
options (Optional)
Type: Aloe.EnterpriseOne.Model.Core.TransformationsGenerationOptions
Gets the starting options for this particular generation run.
singleExecution (Optional)
Type: SystemBoolean
if set to true the generation is activated only when there are no previous sub-documents.
See Also