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

    Class EbicsContactFolderBase

    Inheritance
    System.Object
    EbicsContactFolderBase
    EbicsContactFolder
    EbicsFileSpoolerContactFolder
    Implements
    IEbicsContactFolder
    IEbicsRemoteContactFolder
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Subsembly.EBICS
    Assembly: Subsembly.EBICS.Core.dll
    Syntax
    public abstract class EbicsContactFolderBase : IEbicsContactFolder, IEbicsRemoteContactFolder

    Constructors

    EbicsContactFolderBase(Boolean)

    Declaration
    protected EbicsContactFolderBase(bool fIsRemoteContactFolder = false)
    Parameters
    Type Name Description
    System.Boolean fIsRemoteContactFolder

    Properties

    IsRemote

    Declaration
    public bool IsRemote { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Add(EbicsContact)

    Declaration
    public void Add(EbicsContact aContact)
    Parameters
    Type Name Description
    EbicsContact aContact

    LoadAllContacts()

    Declaration
    public EbicsContact[] LoadAllContacts()
    Returns
    Type Description
    EbicsContact[]

    OnAdd(EbicsContact)

    Declaration
    protected abstract void OnAdd(EbicsContact aContact)
    Parameters
    Type Name Description
    EbicsContact aContact

    OnLoadAllContacts()

    Declaration
    protected abstract EbicsContact[] OnLoadAllContacts()
    Returns
    Type Description
    EbicsContact[]

    OnRemove(EbicsContact)

    Declaration
    protected abstract void OnRemove(EbicsContact aContact)
    Parameters
    Type Name Description
    EbicsContact aContact

    OnUpdate(EbicsContact)

    Declaration
    protected abstract void OnUpdate(EbicsContact aContact)
    Parameters
    Type Name Description
    EbicsContact aContact

    Remove(EbicsContact)

    Declaration
    public void Remove(EbicsContact aContact)
    Parameters
    Type Name Description
    EbicsContact aContact

    Update(EbicsContact)

    Declaration
    public void Update(EbicsContact aContact)
    Parameters
    Type Name Description
    EbicsContact aContact

    Implements

    IEbicsContactFolder
    IEbicsRemoteContactFolder

    Extension Methods

    EbicsContactFolderExtensions.FindByName(IEbicsContactFolder, String)
    EbicsContactFolderExtensions.FindByGuid(IEbicsContactFolder, Guid)
    EbicsContactFolderExtensions.FindAll(IEbicsContactFolder, String, String)
    EbicsContactFolderExtensions.FindAll(IEbicsContactFolder, String, String, String)
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH