Class EbicsAuthOrderInfos

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

Collection of EbicsAuthOrderInfo objects.

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

Methods

FindOrderType(string)

public EbicsAuthOrderInfo FindOrderType(string sOrderType)

Parameters

sOrderType string

The order type to find the EbicsAuthOrderInfo instance for.

Returns

EbicsAuthOrderInfo

If the order type was found, then its EbicsAuthOrderInfo instance is returned. Otherwise null is returned.

Exceptions

ArgumentNullException

The parameter was null.

ArgumentException

The parameter was not a three character order type token.