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