ProductSupply Constructor |
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ProductSupply(
ObjectTransaction tr
)
Public Sub New (
tr As ObjectTransaction
)
public:
ProductSupply(
ObjectTransaction^ tr
)
new :
tr : ObjectTransaction -> ProductSupply
Parameters
- tr
- Type: Aloe.SystemFrameworks.DomainObjectTransaction
See Also