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

    Class EbicsProtocolEntries

    Collection of EbicsProtocolEntry objects.

    Inheritance
    System.Object
    System.Collections.ObjectModel.Collection<EbicsProtocolEntry>
    EbicsProtocolEntries
    Implements
    System.Collections.Generic.IList<EbicsProtocolEntry>
    System.Collections.Generic.ICollection<EbicsProtocolEntry>
    System.Collections.Generic.IReadOnlyList<EbicsProtocolEntry>
    System.Collections.Generic.IReadOnlyCollection<EbicsProtocolEntry>
    System.Collections.Generic.IEnumerable<EbicsProtocolEntry>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.IEnumerable
    Inherited Members
    System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsProtocolEntry>.System.Collections.IList.get_Item(System.Int32)
    System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsProtocolEntry>.System.Collections.IList.set_Item(System.Int32, System.Object)
    System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsProtocolEntry>.Add(Subsembly.EBICS.EbicsProtocolEntry)
    System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsProtocolEntry>.Clear()
    System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsProtocolEntry>.ClearItems()
    System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsProtocolEntry>.Contains(Subsembly.EBICS.EbicsProtocolEntry)
    System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsProtocolEntry>.CopyTo(Subsembly.EBICS.EbicsProtocolEntry[], System.Int32)
    System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsProtocolEntry>.GetEnumerator()
    System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsProtocolEntry>.IndexOf(Subsembly.EBICS.EbicsProtocolEntry)
    System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsProtocolEntry>.Insert(System.Int32, Subsembly.EBICS.EbicsProtocolEntry)
    System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsProtocolEntry>.InsertItem(System.Int32, Subsembly.EBICS.EbicsProtocolEntry)
    System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsProtocolEntry>.Remove(Subsembly.EBICS.EbicsProtocolEntry)
    System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsProtocolEntry>.RemoveAt(System.Int32)
    System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsProtocolEntry>.RemoveItem(System.Int32)
    System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsProtocolEntry>.SetItem(System.Int32, Subsembly.EBICS.EbicsProtocolEntry)
    System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsProtocolEntry>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsProtocolEntry>.System.Collections.IEnumerable.GetEnumerator()
    System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsProtocolEntry>.System.Collections.IList.Add(System.Object)
    System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsProtocolEntry>.System.Collections.IList.Contains(System.Object)
    System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsProtocolEntry>.System.Collections.IList.IndexOf(System.Object)
    System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsProtocolEntry>.System.Collections.IList.Insert(System.Int32, System.Object)
    System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsProtocolEntry>.System.Collections.IList.Remove(System.Object)
    System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsProtocolEntry>.Count
    System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsProtocolEntry>.Item[System.Int32]
    System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsProtocolEntry>.Items
    System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsProtocolEntry>.System.Collections.Generic.ICollection<Subsembly.EBICS.EbicsProtocolEntry>.IsReadOnly
    System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsProtocolEntry>.System.Collections.ICollection.IsSynchronized
    System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsProtocolEntry>.System.Collections.ICollection.SyncRoot
    System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsProtocolEntry>.System.Collections.IList.IsFixedSize
    System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsProtocolEntry>.System.Collections.IList.IsReadOnly
    System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsProtocolEntry>.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.EBICS
    Assembly: Subsembly.EBICS.Core.dll
    Syntax
    public class EbicsProtocolEntries : Collection<EbicsProtocolEntry>, IList<EbicsProtocolEntry>, ICollection<EbicsProtocolEntry>, IReadOnlyList<EbicsProtocolEntry>, IReadOnlyCollection<EbicsProtocolEntry>, IEnumerable<EbicsProtocolEntry>, IList, ICollection, IEnumerable

    Methods

    Read(TextReader)

    Reads an EBICS protocol.

    Declaration
    public void Read(TextReader aTextReader)
    Parameters
    Type Name Description
    System.IO.TextReader aTextReader

    A TextReader that provides the EBICS protocol text. Use the StringReader class in order to read from a string. This must not be null.

    Write(TextWriter)

    Writes all entries of this EBICS protocol.

    Declaration
    public void Write(TextWriter aTextWriter)
    Parameters
    Type Name Description
    System.IO.TextWriter aTextWriter

    The destination to write the entries to. This must not be null.

    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