Class FinScriptProfileChange
Implements the Online Banking script for an online user key change for a FinContact instance.
public class FinScriptProfileChange : FinScript
- Inheritance
-
FinScriptProfileChange
- Inherited Members
Constructors
FinScriptProfileChange(FinContact)
public FinScriptProfileChange(FinContact aNewContact)
Parameters
aNewContactFinContact
Methods
Execute(IWin32Window, FinContact, FinContact)
Creates an instance of this Online Banking script and runs it.
public static FinScriptProfileChange Execute(IWin32Window aParentWindow, FinContact aOldContact, FinContact aNewContact)
Parameters
aParentWindowIWin32WindowOptional parent form. If given, then the parent form will be disabled for the duration of the script execution.
aOldContactFinContactaNewContactFinContact
Returns
- FinScriptProfileChange
Returns the executed script object. This can be used to access script properties such as Trace.
OnRunScript(FinBanking)
protected override FinDialogResult OnRunScript(FinBanking aBanking)
Parameters
aBankingFinBanking