Class FinScriptSyncContact
Implements the Online Banking script for online synchronisation of a FinContact instance.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Subsembly.FinTS.Forms
Assembly: Subsembly.FinTS.Win32.dll
Syntax
public class FinScriptSyncContact : FinScript
Methods
Execute(IWin32Window, FinContact)
Creates an instance of this Online Banking script and runs it.
Declaration
public static FinScriptSyncContact Execute(IWin32Window aParentWindow, FinContact aContact)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.IWin32Window | aParentWindow | Optional parent form. If given, then the parent form will be disabled for the duration of the script execution. |
FinContact | aContact |
Returns
Type | Description |
---|---|
FinScriptSyncContact | Returns the executed script object. This can be used to access script properties such as Trace. |
OnRunScript(FinBanking)
Declaration
protected override FinDialogResult OnRunScript(FinBanking aBanking)
Parameters
Type | Name | Description |
---|---|---|
FinBanking | aBanking |
Returns
Type | Description |
---|---|
FinDialogResult |