Class SepaOtherId
Assembly: Subsembly.Sepa.dll
Syntax
public sealed class SepaOtherId : SepaObject
Constructors
SepaOtherId(bool)
Declaration
public SepaOtherId(bool fIsMandatory)
Parameters
Type |
Name |
Description |
bool |
fIsMandatory |
|
Properties
Identification
The identification itself is the only required field for an "other
identification".
Declaration
public string Identification { get; set; }
Property Value
IsEmpty
Declaration
public override bool IsEmpty { get; }
Property Value
Overrides
Issuer
Declaration
public string Issuer { get; set; }
Property Value
SchemeNameCode
Declaration
public string SchemeNameCode { get; set; }
Property Value
SchemeNameProprietary
Declaration
public string SchemeNameProprietary { get; set; }
Property Value
Methods
Clear()
Declaration
public override void Clear()
Overrides
OnReadXml(XmlReader, SepaMessageInfo)
Declaration
protected override void OnReadXml(XmlReader aXmlReader, SepaMessageInfo aMessageInfo)
Parameters
Overrides
OnValidate(ICollection<SepaException>, string)
Declaration
protected override void OnValidate(ICollection<SepaException> vErrors, string sPath)
Parameters
Overrides
OnWriteXml(XmlWriter, SepaMessageInfo)
Declaration
protected override void OnWriteXml(XmlWriter aXmlWriter, SepaMessageInfo aMessageInfo)
Parameters
Overrides