Class SepaOtherIds

Namespace
Subsembly.Sepa
Assembly
Subsembly.Sepa.dll

A sequence of SepaOtherId instances.

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

Methods

AddProprietaryIdentification(string, string)

Adds a new SepaOtherId, containing a proprietary identification, to this collection

public void AddProprietaryIdentification(string sId, string sSchmeNmPrtry)

Parameters

sId string

The proprietary Id (see Identification). Must not be null or empty.

sSchmeNmPrtry string

The proprietary scheme name (see SchemeNameProprietary). Must not be null or empty.