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