Class SepaAgent
Holds a ISO 20022 Agent element with a FinancialInstitutionIdentification.
public sealed class SepaAgent : SepaObject
- Inheritance
-
SepaAgent
- Inherited Members
Remarks
ISO 20022 calls this a BranchAndFinancialInstitutionIdentification: Unique and unambiguous identification of a financial institution or a branch of a financial institution.
Constructors
SepaAgent(string, bool)
public SepaAgent(string sTagName, bool fIsMandatory)
Parameters
Properties
BIC
Shortcut for accessing FinancialInstitutionIdentification.BIC.
public SepaBIC BIC { get; set; }
Property Value
FinancialInstitutionIdentification
public SepaFinancialInstitutionIdentification FinancialInstitutionIdentification { get; }
Property Value
IsEmpty
public override bool IsEmpty { get; }
Property Value
Methods
Clear()
public override void Clear()
OnReadXml(XmlReader, SepaMessageInfo)
protected override void OnReadXml(XmlReader aXmlReader, SepaMessageInfo aMessageInfo)
Parameters
aXmlReaderXmlReaderaMessageInfoSepaMessageInfo
OnValidate(ICollection<SepaException>, string)
protected override void OnValidate(ICollection<SepaException> vErrors, string sPath)
Parameters
vErrorsICollection<SepaException>sPathstring
OnWriteXml(XmlWriter, SepaMessageInfo)
protected override void OnWriteXml(XmlWriter aXmlWriter, SepaMessageInfo aMessageInfo)
Parameters
aXmlWriterXmlWriteraMessageInfoSepaMessageInfo