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