Class SepaNumberOfTransactionsPerStatusCollection
A sequence of SepaNumberOfTransactionsPerStatus instances.
Inheritance
System.Object
System.Collections.ObjectModel.Collection<SepaNumberOfTransactionsPerStatus>
SepaNumberOfTransactionsPerStatusCollection
Implements
System.Collections.Generic.IList<SepaNumberOfTransactionsPerStatus>
System.Collections.Generic.ICollection<SepaNumberOfTransactionsPerStatus>
System.Collections.Generic.IReadOnlyList<SepaNumberOfTransactionsPerStatus>
System.Collections.Generic.IReadOnlyCollection<SepaNumberOfTransactionsPerStatus>
System.Collections.Generic.IEnumerable<SepaNumberOfTransactionsPerStatus>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaNumberOfTransactionsPerStatus>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaNumberOfTransactionsPerStatus>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaNumberOfTransactionsPerStatus>.Add(Subsembly.Sepa.SepaNumberOfTransactionsPerStatus)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaNumberOfTransactionsPerStatus>.Clear()
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaNumberOfTransactionsPerStatus>.ClearItems()
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaNumberOfTransactionsPerStatus>.Contains(Subsembly.Sepa.SepaNumberOfTransactionsPerStatus)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaNumberOfTransactionsPerStatus>.CopyTo(Subsembly.Sepa.SepaNumberOfTransactionsPerStatus[], System.Int32)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaNumberOfTransactionsPerStatus>.GetEnumerator()
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaNumberOfTransactionsPerStatus>.IndexOf(Subsembly.Sepa.SepaNumberOfTransactionsPerStatus)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaNumberOfTransactionsPerStatus>.Insert(System.Int32, Subsembly.Sepa.SepaNumberOfTransactionsPerStatus)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaNumberOfTransactionsPerStatus>.InsertItem(System.Int32, Subsembly.Sepa.SepaNumberOfTransactionsPerStatus)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaNumberOfTransactionsPerStatus>.Remove(Subsembly.Sepa.SepaNumberOfTransactionsPerStatus)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaNumberOfTransactionsPerStatus>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaNumberOfTransactionsPerStatus>.RemoveItem(System.Int32)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaNumberOfTransactionsPerStatus>.SetItem(System.Int32, Subsembly.Sepa.SepaNumberOfTransactionsPerStatus)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaNumberOfTransactionsPerStatus>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaNumberOfTransactionsPerStatus>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaNumberOfTransactionsPerStatus>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaNumberOfTransactionsPerStatus>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaNumberOfTransactionsPerStatus>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaNumberOfTransactionsPerStatus>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaNumberOfTransactionsPerStatus>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaNumberOfTransactionsPerStatus>.Count
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaNumberOfTransactionsPerStatus>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaNumberOfTransactionsPerStatus>.Items
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaNumberOfTransactionsPerStatus>.System.Collections.Generic.ICollection<Subsembly.Sepa.SepaNumberOfTransactionsPerStatus>.IsReadOnly
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaNumberOfTransactionsPerStatus>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaNumberOfTransactionsPerStatus>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaNumberOfTransactionsPerStatus>.System.Collections.IList.IsFixedSize
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaNumberOfTransactionsPerStatus>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaNumberOfTransactionsPerStatus>.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.Sepa
Assembly: Subsembly.Sepa.dll
Syntax
public class SepaNumberOfTransactionsPerStatusCollection : SepaCollection<SepaNumberOfTransactionsPerStatus>, IList<SepaNumberOfTransactionsPerStatus>, ICollection<SepaNumberOfTransactionsPerStatus>, IReadOnlyList<SepaNumberOfTransactionsPerStatus>, IReadOnlyCollection<SepaNumberOfTransactionsPerStatus>, IEnumerable<SepaNumberOfTransactionsPerStatus>, IList, ICollection, IEnumerable
Methods
FindNumberOfTransactionsPerStatus(String)
Find the SepaNumberOfTransactionsPerStatus for a particular status.
Declaration
public SepaNumberOfTransactionsPerStatus FindNumberOfTransactionsPerStatus(string sSts)
Parameters
Type | Name | Description |
---|---|---|
System.String | sSts |
Returns
Type | Description |
---|---|
SepaNumberOfTransactionsPerStatus |
GetNumberOfTransactionsPerStatus(String)
Declaration
public int GetNumberOfTransactionsPerStatus(string sSts)
Parameters
Type | Name | Description |
---|---|---|
System.String | sSts |
Returns
Type | Description |
---|---|
System.Int32 |
SetNumberOfTransactionsPerStatus(String, Int32, Decimal)
Declaration
public void SetNumberOfTransactionsPerStatus(string sSts, int nNbOfTxs, decimal nCtrlSum = 0M)
Parameters
Type | Name | Description |
---|---|---|
System.String | sSts | |
System.Int32 | nNbOfTxs | |
System.Decimal | nCtrlSum |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
Validate(ICollection<SepaException>, String)
Declaration
public override void Validate(ICollection<SepaException> vErrors, string sPath)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.ICollection<SepaException> | vErrors | |
System.String | sPath |
Overrides
Subsembly.Sepa.SepaCollection<Subsembly.Sepa.SepaNumberOfTransactionsPerStatus>.Validate(System.Collections.Generic.ICollection<Subsembly.Sepa.SepaException>, System.String)
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