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