Class SepaPaymentInformations
A sequence of SepaPaymentInformation instances.
Inheritance
System.Object
System.Collections.ObjectModel.Collection<SepaPaymentInformation>
SepaPaymentInformations
Implements
System.Collections.Generic.IList<SepaPaymentInformation>
System.Collections.Generic.ICollection<SepaPaymentInformation>
System.Collections.Generic.IReadOnlyList<SepaPaymentInformation>
System.Collections.Generic.IReadOnlyCollection<SepaPaymentInformation>
System.Collections.Generic.IEnumerable<SepaPaymentInformation>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaPaymentInformation>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaPaymentInformation>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaPaymentInformation>.Add(Subsembly.Sepa.SepaPaymentInformation)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaPaymentInformation>.Clear()
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaPaymentInformation>.ClearItems()
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaPaymentInformation>.Contains(Subsembly.Sepa.SepaPaymentInformation)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaPaymentInformation>.CopyTo(Subsembly.Sepa.SepaPaymentInformation[], System.Int32)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaPaymentInformation>.GetEnumerator()
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaPaymentInformation>.IndexOf(Subsembly.Sepa.SepaPaymentInformation)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaPaymentInformation>.Insert(System.Int32, Subsembly.Sepa.SepaPaymentInformation)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaPaymentInformation>.InsertItem(System.Int32, Subsembly.Sepa.SepaPaymentInformation)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaPaymentInformation>.Remove(Subsembly.Sepa.SepaPaymentInformation)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaPaymentInformation>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaPaymentInformation>.RemoveItem(System.Int32)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaPaymentInformation>.SetItem(System.Int32, Subsembly.Sepa.SepaPaymentInformation)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaPaymentInformation>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaPaymentInformation>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaPaymentInformation>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaPaymentInformation>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaPaymentInformation>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaPaymentInformation>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaPaymentInformation>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaPaymentInformation>.Count
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaPaymentInformation>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaPaymentInformation>.Items
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaPaymentInformation>.System.Collections.Generic.ICollection<Subsembly.Sepa.SepaPaymentInformation>.IsReadOnly
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaPaymentInformation>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaPaymentInformation>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaPaymentInformation>.System.Collections.IList.IsFixedSize
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaPaymentInformation>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaPaymentInformation>.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 SepaPaymentInformations : SepaCollection<SepaPaymentInformation>, IList<SepaPaymentInformation>, ICollection<SepaPaymentInformation>, IReadOnlyList<SepaPaymentInformation>, IReadOnlyCollection<SepaPaymentInformation>, IEnumerable<SepaPaymentInformation>, IList, ICollection, IEnumerable
Remarks
The property PaymentInformations of the SepaPaymentInitiation contains an instance of this class.
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