DocumentGenerationInfoTParent, TSubDocument Class |
Namespace: Aloe.EnterpriseOne.Model.Core.Transformations
public class DocumentGenerationInfo<TParent, TSubDocument> : IDocumentGenerationInfo where TParent : Document where TSubDocument : Document
The DocumentGenerationInfoTParent, TSubDocument type exposes the following members.
Name | Description | |
---|---|---|
![]() | DocumentGenerationInfoTParent, TSubDocument(EnterpriseOneEntityRepository, String, FuncTParent, GenerationOptions, IDocumentGeneration) |
Initializes a new instance of the DocumentGenerationInfoTParent, TSubDocument class.
|
![]() | DocumentGenerationInfoTParent, TSubDocument(EnterpriseOneEntityRepository, String, String, FuncTParent, GenerationOptions, IDocumentGeneration, Boolean, String) |
Initializes a new instance of the DocumentGenerationInfoTParent, TSubDocument class.
|
Name | Description | |
---|---|---|
![]() | Code |
Gets the code of the generation procedure.
|
![]() | ConfigurationEntity |
Gets the entity that holds configuration information for the generation.
|
![]() | Description |
Gets the description of the generation procedure (in the current thread language).
|
![]() | ParentDocumentRepository |
Gets the parent document repository.
|
![]() | SubDocumentsRepository |
Gets the repository of the sub documents.
|
![]() | SupportsTransitionalSubDocuments |
Gets a value indicating whether the generation supports transitional sub documents.
|
Name | Description | |
---|---|---|
![]() | CreateDocumentGenerationProcedure |
Create and returns a document generation procedure.
|