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