InvoiceLinesToAssetOrderLinesFulfillment Constructor |
Namespace:
Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic InvoiceLinesToAssetOrderLinesFulfillment(
EnterpriseOneTransaction transaction,
Func<InvoiceLine, AssetOrder> getOrCreateSubDocument,
OrphanHandling orphanHandling = 2
)
Public Sub New (
transaction As EnterpriseOneTransaction,
getOrCreateSubDocument As Func(Of InvoiceLine, AssetOrder),
Optional orphanHandling As OrphanHandling = 2
)
public:
InvoiceLinesToAssetOrderLinesFulfillment(
EnterpriseOneTransaction^ transaction,
Func<InvoiceLine^, AssetOrder^>^ getOrCreateSubDocument,
OrphanHandling^ orphanHandling = 2
)
new :
transaction : EnterpriseOneTransaction *
getOrCreateSubDocument : Func<InvoiceLine, AssetOrder> *
?orphanHandling : OrphanHandling
(* Defaults:
let _orphanHandling = defaultArg orphanHandling 2
*)
-> InvoiceLinesToAssetOrderLinesFulfillment
Parameters
- transaction
- Type: Aloe.EnterpriseOne.Model.CoreEnterpriseOneTransaction
The transaction. - getOrCreateSubDocument
- Type: SystemFuncInvoiceLine, AssetOrder
Function to get or create the sub-document. - orphanHandling (Optional)
- Type: Aloe.EnterpriseOne.Model.Core.TransformationsOrphanHandling
Specifies the orphan handling strategy.
See Also