Class SepaInstructionForCreditorAgentCollection
Inheritance
SepaInstructionForCreditorAgentCollection
Assembly: Subsembly.Sepa.dll
Syntax
public sealed class SepaInstructionForCreditorAgentCollection : SepaCollection<SepaInstructionForCreditorAgent>, IList<SepaInstructionForCreditorAgent>, ICollection<SepaInstructionForCreditorAgent>, IReadOnlyList<SepaInstructionForCreditorAgent>, IReadOnlyCollection<SepaInstructionForCreditorAgent>, IEnumerable<SepaInstructionForCreditorAgent>, IList, ICollection, IEnumerable
Methods
Add(string, string)
Declaration
public SepaInstructionForCreditorAgent Add(string sCd, string sInstrInf = null)
Parameters
Returns
Find(string)
Find first occurrency of the given Code.
Declaration
public SepaInstructionForCreditorAgent Find(string sCd)
Parameters
Type |
Name |
Description |
string |
sCd |
|
Returns
Validate(ICollection<SepaException>, string)
Declaration
public override void Validate(ICollection<SepaException> vErrors, string sPath)
Parameters
Overrides
Implements