Class SepaOtherIds
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
sIdstringThe proprietary Id (see Identification). Must not be
nullor empty.sSchmeNmPrtrystringThe proprietary scheme name (see SchemeNameProprietary). Must not be
nullor empty.