SingleDocumentGenerationTParent, TOrderItem, TSubDocument Constructor |
Namespace:
Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic SingleDocumentGeneration(
TParent parentDocument,
GenerationOptions options = null,
bool singleExecution = false
)
Public Sub New (
parentDocument As TParent,
Optional options As GenerationOptions = Nothing,
Optional singleExecution As Boolean = false
)
public:
SingleDocumentGeneration(
TParent parentDocument,
GenerationOptions^ options = nullptr,
bool singleExecution = false
)
new :
parentDocument : 'TParent *
?options : GenerationOptions *
?singleExecution : bool
(* Defaults:
let _options = defaultArg options null
let _singleExecution = defaultArg singleExecution false
*)
-> SingleDocumentGeneration
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