• API Overview
  • EBICS API
  • FinTS API
  • XS2A API
  • SEPA API
Search Results for

    Class SepaStatementEntries

    An ordered sequence of SepaStatementEntry instances.

    Inheritance
    System.Object
    System.Collections.ObjectModel.Collection<SepaStatementEntry>
    SepaCollection<SepaStatementEntry>
    SepaStatementEntries
    Implements
    System.Collections.Generic.IList<SepaStatementEntry>
    System.Collections.Generic.ICollection<SepaStatementEntry>
    System.Collections.Generic.IReadOnlyList<SepaStatementEntry>
    System.Collections.Generic.IReadOnlyCollection<SepaStatementEntry>
    System.Collections.Generic.IEnumerable<SepaStatementEntry>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.IEnumerable
    Inherited Members
    SepaCollection<SepaStatementEntry>.AddRange(IEnumerable<SepaStatementEntry>)
    SepaCollection<SepaStatementEntry>.RemoveAll(Predicate<SepaStatementEntry>)
    SepaCollection<SepaStatementEntry>.IsEmpty
    SepaCollection<SepaStatementEntry>.IsValid
    SepaCollection<SepaStatementEntry>.Validate(ICollection<SepaException>, String)
    SepaCollection<SepaStatementEntry>.WriteXml(XmlWriter, SepaMessageInfo)
    System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaStatementEntry>.System.Collections.IList.get_Item(System.Int32)
    System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaStatementEntry>.System.Collections.IList.set_Item(System.Int32, System.Object)
    System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaStatementEntry>.Add(Subsembly.Sepa.SepaStatementEntry)
    System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaStatementEntry>.Clear()
    System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaStatementEntry>.ClearItems()
    System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaStatementEntry>.Contains(Subsembly.Sepa.SepaStatementEntry)
    System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaStatementEntry>.CopyTo(Subsembly.Sepa.SepaStatementEntry[], System.Int32)
    System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaStatementEntry>.GetEnumerator()
    System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaStatementEntry>.IndexOf(Subsembly.Sepa.SepaStatementEntry)
    System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaStatementEntry>.Insert(System.Int32, Subsembly.Sepa.SepaStatementEntry)
    System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaStatementEntry>.InsertItem(System.Int32, Subsembly.Sepa.SepaStatementEntry)
    System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaStatementEntry>.Remove(Subsembly.Sepa.SepaStatementEntry)
    System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaStatementEntry>.RemoveAt(System.Int32)
    System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaStatementEntry>.RemoveItem(System.Int32)
    System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaStatementEntry>.SetItem(System.Int32, Subsembly.Sepa.SepaStatementEntry)
    System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaStatementEntry>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaStatementEntry>.System.Collections.IEnumerable.GetEnumerator()
    System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaStatementEntry>.System.Collections.IList.Add(System.Object)
    System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaStatementEntry>.System.Collections.IList.Contains(System.Object)
    System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaStatementEntry>.System.Collections.IList.IndexOf(System.Object)
    System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaStatementEntry>.System.Collections.IList.Insert(System.Int32, System.Object)
    System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaStatementEntry>.System.Collections.IList.Remove(System.Object)
    System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaStatementEntry>.Count
    System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaStatementEntry>.Item[System.Int32]
    System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaStatementEntry>.Items
    System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaStatementEntry>.System.Collections.Generic.ICollection<Subsembly.Sepa.SepaStatementEntry>.IsReadOnly
    System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaStatementEntry>.System.Collections.ICollection.IsSynchronized
    System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaStatementEntry>.System.Collections.ICollection.SyncRoot
    System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaStatementEntry>.System.Collections.IList.IsFixedSize
    System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaStatementEntry>.System.Collections.IList.IsReadOnly
    System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaStatementEntry>.System.Collections.IList.Item[System.Int32]
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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, Boolean)

    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.

    System.Boolean fInFront

    If 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.

    Implements

    System.Collections.Generic.IList<T>
    System.Collections.Generic.ICollection<T>
    System.Collections.Generic.IReadOnlyList<T>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.IEnumerable
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH