Click or drag to resize

DocumentGenerationInfoTParent, TSubDocument Constructor (EnterpriseOneEntityRepository, String, FuncTParent, GenerationOptions, IDocumentGeneration)

Namespace:  Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public DocumentGenerationInfo(
	EnterpriseOneEntityRepository parentDocumentRepository,
	string code,
	Func<TParent, GenerationOptions, IDocumentGeneration> getDocumentGenerationFunc
)

Parameters

parentDocumentRepository
Type: Aloe.EnterpriseOne.Model.CoreEnterpriseOneEntityRepository
The repository of the parent document.
code
Type: SystemString
The code.
getDocumentGenerationFunc
Type: SystemFuncTParent, GenerationOptions, IDocumentGeneration
The get document generation function.
See Also