Class SepaInstructionForCreditorAgent

Namespace
Subsembly.Sepa
Assembly
Subsembly.Sepa.dll
public class SepaInstructionForCreditorAgent : SepaObject
Inheritance
SepaInstructionForCreditorAgent
Inherited Members

Constructors

SepaInstructionForCreditorAgent(bool)

public SepaInstructionForCreditorAgent(bool fIsMandatory)

Parameters

fIsMandatory bool

Properties

Code

Code of this InstructionForCreditorAgent.

public string Code { get; set; }

Property Value

string

Exceptions

ArgumentException

An attempt was made to set a string that was not exactly 4 characters in length.

InstructionInformation

Narrative information that supplements the Code.

public string InstructionInformation { get; set; }

Property Value

string

Exceptions

ArgumentException

An attempt was made to set a string that was longer than 140 characters.

IsEmpty

public override bool IsEmpty { get; }

Property Value

bool

Methods

Clear()

public override void Clear()

OnReadXml(XmlReader, SepaMessageInfo)

protected override void OnReadXml(XmlReader aXmlReader, SepaMessageInfo aMessageInfo)

Parameters

aXmlReader XmlReader
aMessageInfo SepaMessageInfo

OnValidate(ICollection<SepaException>, string)

protected override void OnValidate(ICollection<SepaException> vErrors, string sPath)

Parameters

vErrors ICollection<SepaException>
sPath string

OnWriteXml(XmlWriter, SepaMessageInfo)

protected override void OnWriteXml(XmlWriter aXmlWriter, SepaMessageInfo aMessageInfo)

Parameters

aXmlWriter XmlWriter
aMessageInfo SepaMessageInfo