Click or drag to resize

AttributeChangesHistoryEntry Constructor (ObjectTransaction, RowProvider)

Initializes a new instance of the AttributeChangesHistoryEntry class with specific ObjectTransaction
Initializes a new instance of the AttributeChangesHistoryEntry class with specific ObjectTransaction

Namespace:  Aloe.EnterpriseOne.Model.Systems.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public AttributeChangesHistoryEntry(
	ObjectTransaction tr,
	RowProvider AttributeChangesHistoryEntryRow
)

Parameters

tr
Type: Aloe.SystemFrameworks.DomainObjectTransaction
AttributeChangesHistoryEntryRow
Type: Aloe.SystemFrameworks.Domain.DataAccessRowProvider
See Also