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