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