Class FinScriptSendOrder
This Online Banking script sends one or more orders within a new HBCI dialog.
Inherited Members
Namespace: Subsembly.FinTS.Forms
Assembly: Subsembly.FinTS.Win32.dll
Syntax
public class FinScriptSendOrder : FinScript
Constructors
FinScriptSendOrder(FinOrder, String)
Declaration
public FinScriptSendOrder(FinOrder aOrder, string sCustID)
Parameters
Type | Name | Description |
---|---|---|
FinOrder | aOrder | |
System.String | sCustID |
FinScriptSendOrder(FinOrder[], String)
Declaration
public FinScriptSendOrder(FinOrder[] vOrders, string sCustID)
Parameters
Type | Name | Description |
---|---|---|
FinOrder[] | vOrders | An array of orders to be sent. This array may be empty, but it must not be
|
System.String | sCustID |
Methods
Execute(IWin32Window, FinContact, FinOrder, String)
Creates an instance of this Online Banking script and runs it.
Declaration
public static FinScriptSendOrder Execute(IWin32Window aParentWindow, FinContact aContact, FinOrder aOrder, string sCustID)
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 | |
FinOrder | aOrder | |
System.String | sCustID |
Returns
Type | Description |
---|---|
FinScriptSendOrder | Returns the executed script object. This can be used to access script properties such as Trace. |
Execute(IWin32Window, FinContact, FinOrder[], String)
Creates an instance of this Online Banking script and runs it.
Declaration
public static FinScriptSendOrder Execute(IWin32Window aParentWindow, FinContact aContact, FinOrder[] vOrders, string sCustID)
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 | |
FinOrder[] | vOrders | |
System.String | sCustID |
Returns
Type | Description |
---|---|
FinScriptSendOrder | 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 |