DocumentGenerationTParent, TOrderItem, TSubDocumentGenerateOnlyOnce Property |
Gets a value indicating whether the generation is activated only when there are no previous sub-documents.
Namespace:
Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool GenerateOnlyOnce { get; }
Public ReadOnly Property GenerateOnlyOnce As Boolean
Get
public:
virtual property bool GenerateOnlyOnce {
bool get () sealed;
}
abstract GenerateOnlyOnce : bool with get
override GenerateOnlyOnce : bool with get
Property Value
Type:
BooleanImplements
IDocumentGenerationGenerateOnlyOnce
See Also