EnterpriseOneTransactionSystemsCoreObjectsAttributeChangesHistory Property |
Gets a typed query for the Systems.Core.AttributeChangesHistoryEntry entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<AttributeChangesHistoryEntry, AttributeChangesHistoryRepository> AttributeChangesHistory { get; }
Public ReadOnly Property AttributeChangesHistory As TransactionQuery(Of AttributeChangesHistoryEntry, AttributeChangesHistoryRepository)
Get
public:
property TransactionQuery<AttributeChangesHistoryEntry^, AttributeChangesHistoryRepository^>^ AttributeChangesHistory {
TransactionQuery<AttributeChangesHistoryEntry^, AttributeChangesHistoryRepository^>^ get ();
}
member AttributeChangesHistory : TransactionQuery<AttributeChangesHistoryEntry, AttributeChangesHistoryRepository> with get
Property Value
Type:
TransactionQueryAttributeChangesHistoryEntry,
AttributeChangesHistoryRepository
See Also