Class SepaBalances
An ordered sequence of SepaBalance instances.
Implements
Inherited Members
Namespace: Subsembly.Sepa
Assembly: Subsembly.Sepa.dll
Syntax
public sealed class SepaBalances : SepaCollection<SepaBalance>, IList<SepaBalance>, ICollection<SepaBalance>, IReadOnlyList<SepaBalance>, IReadOnlyCollection<SepaBalance>, IEnumerable<SepaBalance>, IList, ICollection, IEnumerable
Remarks
The property Balances of the SepaStatement contains an instance of this class.
Methods
ContainsBalance(SepaBalanceType)
Tests whethe this collection contains at least one balance of the given type.
Declaration
public bool ContainsBalance(SepaBalanceType nType)
Parameters
Type | Name | Description |
---|---|---|
SepaBalanceType | nType |
Returns
Type | Description |
---|---|
bool |
FindBalance(SepaBalanceType)
Finds and returns the first contained balance of the given type.
Declaration
public SepaBalance FindBalance(SepaBalanceType nType)
Parameters
Type | Name | Description |
---|---|---|
SepaBalanceType | nType |
Returns
Type | Description |
---|---|
SepaBalance |