Class SepaAgent
Holds a ISO 20022 Agent element with a FinancialInstitutionIdentification.
Assembly: Subsembly.Sepa.dll
Syntax
public sealed class SepaAgent : SepaObject
Constructors
SepaAgent(string, bool)
Declaration
public SepaAgent(string sTagName, bool fIsMandatory)
Parameters
Type |
Name |
Description |
string |
sTagName |
|
bool |
fIsMandatory |
|
Properties
BIC
Declaration
public SepaBIC BIC { get; set; }
Property Value
FinancialInstitutionIdentification
Declaration
public SepaFinancialInstitutionIdentification FinancialInstitutionIdentification { get; }
Property Value
IsEmpty
Declaration
public override bool IsEmpty { get; }
Property Value
Overrides
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