AttributeChangesHistoryEntry Constructor (ObjectTransaction, RowProvider) |
Namespace:
Aloe.EnterpriseOne.Model.Systems.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic AttributeChangesHistoryEntry(
ObjectTransaction tr,
RowProvider AttributeChangesHistoryEntryRow
)
Public Sub New (
tr As ObjectTransaction,
AttributeChangesHistoryEntryRow As RowProvider
)
public:
AttributeChangesHistoryEntry(
ObjectTransaction^ tr,
RowProvider^ AttributeChangesHistoryEntryRow
)
new :
tr : ObjectTransaction *
AttributeChangesHistoryEntryRow : RowProvider -> AttributeChangesHistoryEntry
Parameters
- tr
- Type: Aloe.SystemFrameworks.DomainObjectTransaction
- AttributeChangesHistoryEntryRow
- Type: Aloe.SystemFrameworks.Domain.DataAccessRowProvider
See Also