Class SepaBankTransactionCode
Set of elements used to identify the type or operations code of a transaction entry.
Inheritance
System.Object
SepaBankTransactionCode
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Subsembly.Sepa.dll
Syntax
public sealed class SepaBankTransactionCode : SepaObject
Constructors
SepaBankTransactionCode(Boolean)
Declaration
public SepaBankTransactionCode(bool fIsMandatory)
Parameters
Type |
Name |
Description |
System.Boolean |
fIsMandatory |
|
Properties
DomainCode
Declaration
public string DomainCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Exceptions
Type |
Condition |
System.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
Type |
Description |
System.String |
|
Exceptions
Type |
Condition |
System.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
Type |
Description |
System.Boolean |
|
Overrides
ProprietaryCode
Bank transaction code in a proprietary form, as defined by the issuer.
Declaration
public string ProprietaryCode { get; set; }
Property Value
Type |
Description |
System.String |
|
ProprietaryIssuer
Identification of the issuer of the proprietary bank transaction code.
Declaration
public string ProprietaryIssuer { get; set; }
Property Value
Type |
Description |
System.String |
|
Exceptions
Type |
Condition |
System.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
Type |
Description |
System.String |
|
Exceptions
Type |
Condition |
System.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
Type |
Name |
Description |
System.Xml.XmlReader |
aXmlReader |
|
SepaMessageInfo |
aMessageInfo |
|
Overrides
OnValidate(ICollection<SepaException>, String)
Declaration
protected override void OnValidate(ICollection<SepaException> vErrors, string sPath)
Parameters
Type |
Name |
Description |
System.Collections.Generic.ICollection<SepaException> |
vErrors |
|
System.String |
sPath |
|
Overrides
OnWriteXml(XmlWriter, SepaMessageInfo)
Declaration
protected override void OnWriteXml(XmlWriter aXmlWriter, SepaMessageInfo aMessageInfo)
Parameters
Type |
Name |
Description |
System.Xml.XmlWriter |
aXmlWriter |
|
SepaMessageInfo |
aMessageInfo |
|
Overrides