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