DocumentGenerationTParent, TOrderItem, TSubDocumentGenerationExecuted Property |
Gets a value indicating whether the generation has been already executed.
Namespace:
Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool GenerationExecuted { get; }
Public ReadOnly Property GenerationExecuted As Boolean
Get
public:
virtual property bool GenerationExecuted {
bool get () sealed;
}
abstract GenerationExecuted : bool with get
override GenerationExecuted : bool with get
Property Value
Type:
BooleanImplements
IDocumentGenerationGenerationExecuted
See Also