Click or drag to resize

TransactionLines Property

List of TransactionLine child objects, based on the Applications.Rental.TransactionLine.RentTransaction back reference

Namespace:  Aloe.EnterpriseOne.Model.Applications.Rental
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public ChildCollection<TransactionLine> Lines { get; }

Property Value

Type: ChildCollectionTransactionLine
See Also