Class SepaInstructionForCreditorAgentCollection
A sequence of SepaInstructionForCreditorAgent instances.
Inheritance
System.Object
System.Collections.ObjectModel.Collection<SepaInstructionForCreditorAgent>
SepaInstructionForCreditorAgentCollection
Implements
System.Collections.Generic.IList<SepaInstructionForCreditorAgent>
System.Collections.Generic.ICollection<SepaInstructionForCreditorAgent>
System.Collections.Generic.IReadOnlyList<SepaInstructionForCreditorAgent>
System.Collections.Generic.IReadOnlyCollection<SepaInstructionForCreditorAgent>
System.Collections.Generic.IEnumerable<SepaInstructionForCreditorAgent>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaInstructionForCreditorAgent>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaInstructionForCreditorAgent>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaInstructionForCreditorAgent>.Add(Subsembly.Sepa.SepaInstructionForCreditorAgent)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaInstructionForCreditorAgent>.Clear()
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaInstructionForCreditorAgent>.ClearItems()
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaInstructionForCreditorAgent>.Contains(Subsembly.Sepa.SepaInstructionForCreditorAgent)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaInstructionForCreditorAgent>.CopyTo(Subsembly.Sepa.SepaInstructionForCreditorAgent[], System.Int32)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaInstructionForCreditorAgent>.GetEnumerator()
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaInstructionForCreditorAgent>.IndexOf(Subsembly.Sepa.SepaInstructionForCreditorAgent)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaInstructionForCreditorAgent>.Insert(System.Int32, Subsembly.Sepa.SepaInstructionForCreditorAgent)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaInstructionForCreditorAgent>.InsertItem(System.Int32, Subsembly.Sepa.SepaInstructionForCreditorAgent)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaInstructionForCreditorAgent>.Remove(Subsembly.Sepa.SepaInstructionForCreditorAgent)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaInstructionForCreditorAgent>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaInstructionForCreditorAgent>.RemoveItem(System.Int32)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaInstructionForCreditorAgent>.SetItem(System.Int32, Subsembly.Sepa.SepaInstructionForCreditorAgent)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaInstructionForCreditorAgent>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaInstructionForCreditorAgent>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaInstructionForCreditorAgent>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaInstructionForCreditorAgent>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaInstructionForCreditorAgent>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaInstructionForCreditorAgent>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaInstructionForCreditorAgent>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaInstructionForCreditorAgent>.Count
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaInstructionForCreditorAgent>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaInstructionForCreditorAgent>.Items
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaInstructionForCreditorAgent>.System.Collections.Generic.ICollection<Subsembly.Sepa.SepaInstructionForCreditorAgent>.IsReadOnly
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaInstructionForCreditorAgent>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaInstructionForCreditorAgent>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaInstructionForCreditorAgent>.System.Collections.IList.IsFixedSize
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaInstructionForCreditorAgent>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaInstructionForCreditorAgent>.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 SepaInstructionForCreditorAgentCollection : SepaCollection<SepaInstructionForCreditorAgent>, IList<SepaInstructionForCreditorAgent>, ICollection<SepaInstructionForCreditorAgent>, IReadOnlyList<SepaInstructionForCreditorAgent>, IReadOnlyCollection<SepaInstructionForCreditorAgent>, IEnumerable<SepaInstructionForCreditorAgent>, IList, ICollection, IEnumerable
Remarks
The property PaymentInformations of the SepaPaymentInitiation contains an instance of this class.
Methods
Add(String, String)
Declaration
public SepaInstructionForCreditorAgent Add(string sCd, string sInstrInf = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | sCd | |
System.String | sInstrInf |
Returns
Type | Description |
---|---|
SepaInstructionForCreditorAgent |
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