Class SepaOtherIds
A sequence of SepaOtherId instances.
Implements
Inherited Members
Namespace: Subsembly.Sepa
Assembly: Subsembly.Sepa.dll
Syntax
public sealed class SepaOtherIds : SepaCollection<SepaOtherId>, IList<SepaOtherId>, ICollection<SepaOtherId>, IReadOnlyList<SepaOtherId>, IReadOnlyCollection<SepaOtherId>, IEnumerable<SepaOtherId>, IList, ICollection, IEnumerable
Methods
AddProprietaryIdentification(string, string)
Adds a new SepaOtherId, containing a proprietary identification, to this collection
Declaration
public void AddProprietaryIdentification(string sId, string sSchmeNmPrtry)
Parameters
Type | Name | Description |
---|---|---|
string | sId | The proprietary Id (see Identification).
Must not be |
string | sSchmeNmPrtry | The proprietary scheme name (see SchemeNameProprietary).
Must not be |