Class FinBankingTanProcForm
Dummy implementation of IFinTanProcForm that just returns the first FinTanProcInfo from the list of choices.
Inheritance
System.Object
FinBankingTanProcForm
Implements
Inherited Members
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.FinTS.Online
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinBankingTanProcForm : IFinTanProcForm
Methods
GetTanProc(FinContact, FinTanProcInfo[])
Declaration
public FinTanProcInfo GetTanProc(FinContact aContact, FinTanProcInfo[] vTanProcs)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact | |
FinTanProcInfo[] | vTanProcs |
Returns
Type | Description |
---|---|
FinTanProcInfo | If the given list |