Class SepaInstructionForCreditorAgent
Inheritance
SepaInstructionForCreditorAgent
Assembly: Subsembly.Sepa.dll
Syntax
public class SepaInstructionForCreditorAgent : SepaObject
Constructors
SepaInstructionForCreditorAgent(bool)
Declaration
public SepaInstructionForCreditorAgent(bool fIsMandatory)
Parameters
Type |
Name |
Description |
bool |
fIsMandatory |
|
Properties
Code
Code of this InstructionForCreditorAgent.
Declaration
public string Code { get; set; }
Property Value
Exceptions
Type |
Condition |
ArgumentException |
An attempt was made to set a string that was not exactly 4 characters in length.
|
Narrative information that supplements the Code.
Declaration
public string InstructionInformation { get; set; }
Property Value
Exceptions
Type |
Condition |
ArgumentException |
An attempt was made to set a string that was longer than 140 characters.
|
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