Class SepaProxyAccountIdentification
public sealed class SepaProxyAccountIdentification : SepaObject
- Inheritance
-
SepaProxyAccountIdentification
- Inherited Members
Constructors
SepaProxyAccountIdentification(bool)
public SepaProxyAccountIdentification(bool fIsMandatory)
Parameters
fIsMandatorybool
Properties
Identification
The identification for this proxy account.
public string Identification { get; set; }
Property Value
Remarks
This can be any text with up to 2048 characters.
IsEmpty
public override bool IsEmpty { get; }
Property Value
TypeCode
public string TypeCode { get; set; }
Property Value
Remarks
Only either TypeCode or TypeProprietary may be set, but never both.
TypeProprietary
public string TypeProprietary { get; set; }
Property Value
Remarks
Only either TypeCode or TypeProprietary may be set, but never both.
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