Class SepaStatementEntries
An ordered sequence of SepaStatementEntry instances.
public sealed class SepaStatementEntries : SepaCollection<SepaStatementEntry>, IList<SepaStatementEntry>, ICollection<SepaStatementEntry>, IReadOnlyList<SepaStatementEntry>, IReadOnlyCollection<SepaStatementEntry>, IEnumerable<SepaStatementEntry>, IList, ICollection, IEnumerable
- Inheritance
-
SepaStatementEntries
- Implements
- Inherited Members
Remarks
The property Entries of the SepaStatement contains an instance of this class.
Methods
InsertEntry(SepaStatementEntry, bool)
Inserts an entry into a statement according to its booking date and entry precendence.
public void InsertEntry(SepaStatementEntry aEntry, bool fInFront)
Parameters
aEntry
SepaStatementEntryThe entry to insert.
fInFront
boolIf this is
true
, then the entry will be inserted in front of all other entries with the same BookingDate. Otherwise it will be inserted after all other entries with the same BookingDate.