Search Results for

    Show / Hide Table of Contents

    Class ConfigurationExportManager

    DCEF File operations

    Inheritance
    System.Object
    ConfigurationExportManager
    Inherited Members
    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: Simplic.Framework.SqlD.DCEF
    Assembly: Simplic.Framework.SqlD.dll
    Syntax
    public class ConfigurationExportManager

    Properties

    | Improve this Doc View Source

    Singleton

    Declaration
    public static ConfigurationExportManager Singleton { get; }
    Property Value
    Type Description
    ConfigurationExportManager

    Methods

    | Improve this Doc View Source

    AddExportElement(String, Type)

    Add new export-element

    Declaration
    public void AddExportElement(string Name, Type Element)
    Parameters
    Type Name Description
    System.String Name

    Element-Name (Grid, Search, ...)

    System.Type Element

    Type of an Export-Configuration Element

    | Improve this Doc View Source

    ExportProduct(String, Boolean)

    Export a Product

    Declaration
    public void ExportProduct(string ProductName, bool noDllCheck = true)
    Parameters
    Type Name Description
    System.String ProductName
    System.Boolean noDllCheck
    | Improve this Doc View Source

    ExportProduct(String, Version, Boolean)

    Export a Product with a specific version

    Declaration
    public void ExportProduct(string productName, Version version, bool noDllCheck = true)
    Parameters
    Type Name Description
    System.String productName

    Product name

    System.Version version

    Version to export

    System.Boolean noDllCheck
    | Improve this Doc View Source

    GetExportElementInstance(String, IConfigurationInteraction, Version, String)

    Get New Instance of an export-element (ComboBox, Grid, ...)

    Declaration
    public ConfigurationElement GetExportElementInstance(string Name, IConfigurationInteraction InteractionInstance, Version PackageVersion, string PackageName)
    Parameters
    Type Name Description
    System.String Name

    Name of the Export-Element

    IConfigurationInteraction InteractionInstance

    ConfigurationImporter or ConfigurationExporter

    System.Version PackageVersion
    System.String PackageName
    Returns
    Type Description
    ConfigurationElement

    Instance of an IConfigurationElement

    | Improve this Doc View Source

    GetNewImporter(String, String, ConfigurationImport.AddMessage)

    Get New importer

    Declaration
    public ConfigurationImport GetNewImporter(string ProductName, string ConnectionStringName, ConfigurationImport.AddMessage Delegate)
    Parameters
    Type Name Description
    System.String ProductName
    System.String ConnectionStringName
    ConfigurationImport.AddMessage Delegate
    Returns
    Type Description
    ConfigurationImport
    | Improve this Doc View Source

    IsExportFlagSet(Guid)

    Überprüft, ob ein Element exportiert wird oder nicht

    Declaration
    public bool IsExportFlagSet(Guid ExportId)
    Parameters
    Type Name Description
    System.Guid ExportId

    Export-Id (Guid)

    Returns
    Type Description
    System.Boolean

    True, wenn das Element exportiert wird

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