DocumentGenerationTParent, TOrderItem, TSubDocumentGenerate Method |
Performs the generation and returns a collection of the generated documents.
Namespace:
Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic IEnumerable<TSubDocument> Generate(
bool applyPostProcessing
)
Public Function Generate (
applyPostProcessing As Boolean
) As IEnumerable(Of TSubDocument)
public:
IEnumerable<TSubDocument>^ Generate(
bool applyPostProcessing
)
member Generate :
applyPostProcessing : bool -> IEnumerable<'TSubDocument>
Parameters
- applyPostProcessing
- Type: SystemBoolean
if set to true, the route post-processing options are applied. ApplyRoutePostProcessing
Return Value
Type:
IEnumerableTSubDocument
The generated documents.
Exceptions
Remarks
Please note, that the returned enumeration is read-only and multiple enumerations
will not trigger multiple generation executions.
See Also