Class SepaBankTransactionCode
Set of elements used to identify the type or operations code of a transaction entry.
Inheritance
SepaBankTransactionCode
Assembly: Subsembly.Sepa.dll
Syntax
public sealed class SepaBankTransactionCode : SepaObject
Constructors
SepaBankTransactionCode(bool)
Declaration
public SepaBankTransactionCode(bool fIsMandatory)
Parameters
Type |
Name |
Description |
bool |
fIsMandatory |
|
Properties
DomainCode
Declaration
public string DomainCode { get; set; }
Property Value
Exceptions
Type |
Condition |
ArgumentException |
An attempt was made to set a string that did not consist of exactly four letters.
|
FamilyCode
Declaration
public string FamilyCode { get; set; }
Property Value
Exceptions
Type |
Condition |
ArgumentException |
An attempt was made to set a string that did not consist of exactly four letters.
|
IsEmpty
Declaration
public override bool IsEmpty { get; }
Property Value
Overrides
ProprietaryCode
Bank transaction code in a proprietary form, as defined by the issuer.
Declaration
public string ProprietaryCode { get; set; }
Property Value
ProprietaryIssuer
Identification of the issuer of the proprietary bank transaction code.
Declaration
public string ProprietaryIssuer { get; set; }
Property Value
Exceptions
Type |
Condition |
ArgumentException |
An attempt was made to set a string longer than 35 characters, or a string that
contains invalid characters.
|
SubFamilyCode
Specifies the sub-product family within a specific family. FamilyCode
Declaration
public string SubFamilyCode { get; set; }
Property Value
Exceptions
Type |
Condition |
ArgumentException |
An attempt was made to set a string that did not consist of exactly four letters.
|
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