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

    Class EbicsAccountInfos

    Collection of EbicsAccountInfo objects.

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

    Methods

    FindAccountInfo(String)

    Finds the AccountInfo for an account identified by its AccountID.

    Declaration
    public EbicsAccountInfo FindAccountInfo(string sAccountID)
    Parameters
    Type Name Description
    System.String sAccountID

    The AccountID to find in this collection. Must not be null.

    Returns
    Type Description
    EbicsAccountInfo

    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