Class EbicsAccountInfos
Collection of EbicsAccountInfo objects.
Implements
Inherited Members
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsAccountInfos : Collection<EbicsAccountInfo>, IList<EbicsAccountInfo>, ICollection<EbicsAccountInfo>, IReadOnlyList<EbicsAccountInfo>, IReadOnlyCollection<EbicsAccountInfo>, IEnumerable<EbicsAccountInfo>, IList, ICollection, IEnumerable
Methods
FindAccountInfo(string)
Finds the AccountInfo for an account identified by its AccountID.
Declaration
public EbicsAccountInfo FindAccountInfo(string sAccountID)
Parameters
Type | Name | Description |
---|---|---|
string | sAccountID | The AccountID to find in this collection. Must not be |
Returns
Type | Description |
---|---|
EbicsAccountInfo |