Click or drag to resize

AllDocumentsRepositoryGetObjectsByRows Method (ObjectTransaction, IEnumerableIBufferRow)

Finds or creates objects, referencing the specified buffer row.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public virtual IEnumerable<DomainObject> GetObjectsByRows(
	ObjectTransaction transaction,
	IEnumerable<IBufferRow> rows
)

Parameters

transaction
Type: Aloe.SystemFrameworks.DomainObjectTransaction
The transaction.
rows
Type: System.Collections.GenericIEnumerableIBufferRow
The rows.

Return Value

Type: IEnumerableDomainObject
The objects.
See Also