Class EbicsAuthOrderInfos
Collection of EbicsAuthOrderInfo objects.
Inheritance
System.Object
System.Collections.ObjectModel.Collection<EbicsAuthOrderInfo>
EbicsAuthOrderInfos
Implements
System.Collections.Generic.IList<EbicsAuthOrderInfo>
System.Collections.Generic.ICollection<EbicsAuthOrderInfo>
System.Collections.Generic.IReadOnlyList<EbicsAuthOrderInfo>
System.Collections.Generic.IReadOnlyCollection<EbicsAuthOrderInfo>
System.Collections.Generic.IEnumerable<EbicsAuthOrderInfo>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsAuthOrderInfo>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsAuthOrderInfo>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsAuthOrderInfo>.Add(Subsembly.EBICS.EbicsAuthOrderInfo)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsAuthOrderInfo>.Clear()
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsAuthOrderInfo>.ClearItems()
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsAuthOrderInfo>.Contains(Subsembly.EBICS.EbicsAuthOrderInfo)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsAuthOrderInfo>.CopyTo(Subsembly.EBICS.EbicsAuthOrderInfo[], System.Int32)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsAuthOrderInfo>.GetEnumerator()
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsAuthOrderInfo>.IndexOf(Subsembly.EBICS.EbicsAuthOrderInfo)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsAuthOrderInfo>.Insert(System.Int32, Subsembly.EBICS.EbicsAuthOrderInfo)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsAuthOrderInfo>.InsertItem(System.Int32, Subsembly.EBICS.EbicsAuthOrderInfo)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsAuthOrderInfo>.Remove(Subsembly.EBICS.EbicsAuthOrderInfo)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsAuthOrderInfo>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsAuthOrderInfo>.RemoveItem(System.Int32)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsAuthOrderInfo>.SetItem(System.Int32, Subsembly.EBICS.EbicsAuthOrderInfo)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsAuthOrderInfo>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsAuthOrderInfo>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsAuthOrderInfo>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsAuthOrderInfo>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsAuthOrderInfo>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsAuthOrderInfo>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsAuthOrderInfo>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsAuthOrderInfo>.Count
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsAuthOrderInfo>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsAuthOrderInfo>.Items
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsAuthOrderInfo>.System.Collections.Generic.ICollection<Subsembly.EBICS.EbicsAuthOrderInfo>.IsReadOnly
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsAuthOrderInfo>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsAuthOrderInfo>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsAuthOrderInfo>.System.Collections.IList.IsFixedSize
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsAuthOrderInfo>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsAuthOrderInfo>.System.Collections.IList.Item[System.Int32]
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|---|
System.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 |
---|---|
System.ArgumentNullException | The parameter was |
System.ArgumentException | The parameter was not a three character order type token. |
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable