• API Overview
  • EBICS API
  • FinTS API
  • XS2A API
  • SEPA API

    Class EbicsWizard

    Provides a wizard-like UI for setting up a new EbicsContact. or changed the user's keys (security profile).

    Inheritance
    System.Object
    EbicsTrace
    EbicsWizard
    Inherited Members
    EbicsTrace.TraceSwitch
    EbicsTrace.TraceText
    EbicsTrace.ClearTrace()
    EbicsTrace.TraceAppend(String)
    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.EBICS.Admin
    Assembly: Subsembly.EBICS.Win32.dll
    Syntax
    public sealed class EbicsWizard : EbicsTrace

    Constructors

    EbicsWizard(IEbicsContactFolder)

    Declaration
    public EbicsWizard(IEbicsContactFolder aContactFolder)
    Parameters
    Type Name Description
    IEbicsContactFolder aContactFolder

    The contact folder that contains the contacts where a new contact created by NewContact(IWin32Window, Icon, String) shall be added to. Must not be null.

    EbicsWizard(IEbicsContactFolder, EbicsContact)

    Declaration
    public EbicsWizard(IEbicsContactFolder aContactFolder, EbicsContact aContact)
    Parameters
    Type Name Description
    IEbicsContactFolder aContactFolder

    The contact folder that contains the contacts where a new contact created by NewContact(IWin32Window, Icon, String) shall be added to. Must not be null.

    EbicsContact aContact

    Optional, pre-configured contact to work with. This contact may be incomplete and just contain default values that shall be used in NewContact(IWin32Window, Icon, String).

    Properties

    ContactFolder

    The contact folder that was passed to the ctor.

    Declaration
    public IEbicsContactFolder ContactFolder { get; }
    Property Value
    Type Description
    IEbicsContactFolder

    Methods

    NewContact(IWin32Window, Icon, String)

    Launches a wizard for setting up a new EBICS contact.

    Declaration
    public EbicsContact NewContact(IWin32Window aOwner, Icon aCaptionIcon, string sCaptionText)
    Parameters
    Type Name Description
    System.Windows.Forms.IWin32Window aOwner

    The owner Form of the wizard Form that will be shown. May be null.

    System.Drawing.Icon aCaptionIcon

    The window caption icon to be used in the wizard form. This may be null if no icon is desired.

    System.String sCaptionText

    The window caption text to be used in the wizard form that will be shown. Must not be null or an empty string.

    Returns
    Type Description
    EbicsContact

    If the wizard completes successfully, then a fully initialised new EbicsContact instance is added to the ContactFolder and returned. If the wizard was cancelled by the user, then null is returned and the ContactFolder.

    Back to top Copyright 2009-2022 Subsembly GmbH