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