DocumentGenerationTParent, TOrderItem, TSubDocumentSingleExecution Property |
Gets a value indicating whether the generation's business logic expects single execution.
Namespace:
Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool SingleExecution { get; }
Public ReadOnly Property SingleExecution As Boolean
Get
public:
property bool SingleExecution {
bool get ();
}
member SingleExecution : bool with get
Property Value
Type:
Boolean
See Also