Search Results for

    Show / Hide Table of Contents

    Interface IConfigurationInteraction

    Interface for the interaction with the export/import manager

    Namespace: Simplic.Framework.SqlD.DCEF
    Assembly: Simplic.Framework.SqlD.dll
    Syntax
    public interface IConfigurationInteraction

    Methods

    | Improve this Doc View Source

    AddMsg(String)

    Add Message

    Declaration
    void AddMsg(string Message)
    Parameters
    Type Name Description
    System.String Message
    | Improve this Doc View Source

    IsExported(String, Guid)

    Check wether an element is exported

    Declaration
    bool IsExported(string InternElementName, Guid ElementId)
    Parameters
    Type Name Description
    System.String InternElementName

    Name of the element

    System.Guid ElementId

    Element-Id

    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SetAsExported(String, Guid)

    Set somthing as exported

    Declaration
    void SetAsExported(string InternElementName, Guid ElementId)
    Parameters
    Type Name Description
    System.String InternElementName

    Intern name

    System.Guid ElementId

    Elemet-Id

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx