Class SepaStatementEntries
An ordered sequence of SepaStatementEntry instances.
Inheritance
SepaStatementEntries
Implements
Inherited Members
Namespace: Subsembly.Sepa
Assembly: Subsembly.Sepa.dll
Syntax
public sealed class SepaStatementEntries : SepaCollection<SepaStatementEntry>, IList<SepaStatementEntry>, ICollection<SepaStatementEntry>, IReadOnlyList<SepaStatementEntry>, IReadOnlyCollection<SepaStatementEntry>, IEnumerable<SepaStatementEntry>, IList, ICollection, IEnumerable
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.
Declaration
public void InsertEntry(SepaStatementEntry aEntry, bool fInFront)
Parameters
Type | Name | Description |
---|---|---|
SepaStatementEntry | aEntry | The entry to insert. |
bool | fInFront | If this is |