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

    Class SepaBalances

    An ordered sequence of SepaBalance instances.

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

    The property Balances of the SepaStatement contains an instance of this class.

    Methods

    ContainsBalance(SepaBalanceType)

    Tests whethe this collection contains at least one balance of the given type.

    Declaration
    public bool ContainsBalance(SepaBalanceType nType)
    Parameters
    Type Name Description
    SepaBalanceType nType
    Returns
    Type Description
    System.Boolean

    FindBalance(SepaBalanceType)

    Finds and returns the first contained balance of the given type.

    Declaration
    public SepaBalance FindBalance(SepaBalanceType nType)
    Parameters
    Type Name Description
    SepaBalanceType nType
    Returns
    Type Description
    SepaBalance

    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