Class SepaNumberOfTransactionsPerStatus
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()
Namespace: Subsembly.Sepa
Assembly: Subsembly.Sepa.dll
Syntax
public class SepaNumberOfTransactionsPerStatus : SepaObject
Constructors
SepaNumberOfTransactionsPerStatus()
Declaration
public SepaNumberOfTransactionsPerStatus()
Properties
DetailedControlSum
Optional total amount sum of all transactions with this status.
Declaration
public decimal DetailedControlSum { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
Remarks
If this is zero, then the DtldCtrlSum is not included in the XML. Value must not be negative.
DetailedNumberOfTransactions
The number of transactions with the status in DetailedStatus.
Declaration
public int DetailedNumberOfTransactions { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
This may be zero, however, this is not recommended. Value must not be negative.
DetailedStatus
The required status.
Declaration
public string DetailedStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsEmpty
Declaration
public override bool IsEmpty { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
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 |