StoreOrdersRepositorySupportedGenerationProcedures Property |
Gets the generation procedures, supported by the document entity type.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic override IEnumerable<IDocumentGenerationInfo> SupportedGenerationProcedures { get; }
Public Overrides ReadOnly Property SupportedGenerationProcedures As IEnumerable(Of IDocumentGenerationInfo)
Get
public:
virtual property IEnumerable<IDocumentGenerationInfo^>^ SupportedGenerationProcedures {
IEnumerable<IDocumentGenerationInfo^>^ get () override;
}
abstract SupportedGenerationProcedures : IEnumerable<IDocumentGenerationInfo> with get
override SupportedGenerationProcedures : IEnumerable<IDocumentGenerationInfo> with get
Property Value
Type:
IEnumerableIDocumentGenerationInfo
The supported generation procedures.
See Also