Click or drag to resize

SingleDocumentGenerationTParent, 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 SingleDocumentGeneration(
	TParent parentDocument,
	GenerationOptions options = null,
	bool singleExecution = false
)

Parameters

parentDocument
Type: TParent
The parent document from which to generate sub-documents.
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