Class EbicsAccountInfos
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
stringThe AccountID to find in this collection. Must not be
null
.