Interface IFinTanProcForm
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
aContactFinContactProvides the FinContact instance for which to select the TAN procedure.
vTanProcsFinTanProcInfo[]Provides the list of TAN procedures from which to select.
Returns
- FinTanProcInfo
The selected TAN procedure, or
nullif the dialog was cancelled by the user.