• API Overview
  • EBICS API
  • FinTS API
  • XS2A API
  • SEPA API
Search Results for

    Class FinScriptSendOrder

    This Online Banking script sends one or more orders within a new HBCI dialog.

    Inheritance
    System.Object
    FinScript
    FinScriptSendOrder
    Inherited Members
    FinScript.AutoCloseDocket
    FinScript.StartScript(IWin32Window, String, FinContact)
    FinScript.Trace
    FinScript.ClearTrace()
    FinScript.Result
    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 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 null. If this array is empty, then this script does nothing but initialize the HBCI dialog and then immediately terminating it again.

    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
    Overrides
    FinScript.OnRunScript(FinBanking)
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH