Abstract base class for ledger exports with custom entry filter rules.
Limits the number of exported entries
override bool ContinueExport()
If export should be continued or not.
override bool IncludeNonEntryEvent()
If a non-entry event should be included.
override bool IncludeEntry(string ObjectId, string TypeName, EntryType EntryType, DateTimeOffset EntryTimestamp)
If an entry should be included.
ExportEntryMaxCount(ILedgerExport Output, int MaxCount)
Limits the number of exported entries