Class SepaInstructionForCreditorAgentCollection

Namespace
Subsembly.Sepa
Assembly
Subsembly.Sepa.dll

A sequence of SepaInstructionForCreditorAgent instances.

public sealed class SepaInstructionForCreditorAgentCollection : SepaCollection<SepaInstructionForCreditorAgent>, IList<SepaInstructionForCreditorAgent>, ICollection<SepaInstructionForCreditorAgent>, IReadOnlyList<SepaInstructionForCreditorAgent>, IReadOnlyCollection<SepaInstructionForCreditorAgent>, IEnumerable<SepaInstructionForCreditorAgent>, IList, ICollection, IEnumerable
Inheritance
SepaInstructionForCreditorAgentCollection
Implements
Inherited Members

Remarks

The property PaymentInformations of the SepaPaymentInitiation contains an instance of this class.

Methods

Add(string, string)

public SepaInstructionForCreditorAgent Add(string sCd, string sInstrInf = null)

Parameters

sCd string
sInstrInf string

Returns

SepaInstructionForCreditorAgent

Find(string)

Find first occurrency of the given Code.

public SepaInstructionForCreditorAgent Find(string sCd)

Parameters

sCd string

Returns

SepaInstructionForCreditorAgent

Validate(ICollection<SepaException>, string)

public override void Validate(ICollection<SepaException> vErrors, string sPath)

Parameters

vErrors ICollection<SepaException>
sPath string