Class EbicsAuthOrderInfos
Collection of EbicsAuthOrderInfo objects.
Implements
Inherited Members
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsAuthOrderInfos : Collection<EbicsAuthOrderInfo>, IList<EbicsAuthOrderInfo>, ICollection<EbicsAuthOrderInfo>, IReadOnlyList<EbicsAuthOrderInfo>, IReadOnlyCollection<EbicsAuthOrderInfo>, IEnumerable<EbicsAuthOrderInfo>, IList, ICollection, IEnumerable
Methods
FindOrderType(string)
Declaration
public EbicsAuthOrderInfo FindOrderType(string sOrderType)
Parameters
Type | Name | Description |
---|---|---|
string | sOrderType | The order type to find the EbicsAuthOrderInfo instance for. |
Returns
Type | Description |
---|---|
EbicsAuthOrderInfo | If the order type was found, then its EbicsAuthOrderInfo instance
is returned. Otherwise |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | The parameter was |
ArgumentException | The parameter was not a three character order type token. |