Interface IFinTanProcForm

Namespace
Subsembly.FinTS.Online
Assembly
Subsembly.FinTS.Core.dll

Generic interface for a GUI to select one of a list of TAN procedures.

public interface IFinTanProcForm

Methods

GetTanProc(FinContact, FinTanProcInfo[])

Show dialog box for selecting one of a list of TAN procedures.

FinTanProcInfo GetTanProc(FinContact aContact, FinTanProcInfo[] vTanProcs)

Parameters

aContact FinContact

Provides the FinContact instance for which to select the TAN procedure.

vTanProcs FinTanProcInfo[]

Provides the list of TAN procedures from which to select.

Returns

FinTanProcInfo

The selected TAN procedure, or null if the dialog was cancelled by the user.