Class EbicsAccountInfos

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll

Collection of EbicsAccountInfo objects.

public class EbicsAccountInfos : Collection<EbicsAccountInfo>, IList<EbicsAccountInfo>, ICollection<EbicsAccountInfo>, IReadOnlyList<EbicsAccountInfo>, IReadOnlyCollection<EbicsAccountInfo>, IEnumerable<EbicsAccountInfo>, IList, ICollection, IEnumerable
Inheritance
EbicsAccountInfos
Implements
Inherited Members

Methods

FindAccountInfo(string)

Finds the AccountInfo for an account identified by its AccountID.

public EbicsAccountInfo FindAccountInfo(string sAccountID)

Parameters

sAccountID string

The AccountID to find in this collection. Must not be null.

Returns

EbicsAccountInfo