Search Results for

    Show / Hide Table of Contents

    Class ConfigurationExport

    Inheritance
    System.Object
    ConfigurationExport
    Implements
    IConfigurationInteraction
    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 ConfigurationExport : IConfigurationInteraction

    Constructors

    | Improve this Doc View Source

    ConfigurationExport(String)

    Constructor

    Declaration
    public ConfigurationExport(string ProductName)
    Parameters
    Type Name Description
    System.String ProductName

    Product to export

    Methods

    | Improve this Doc View Source

    AddMsg(String)

    Add Message

    Declaration
    public void AddMsg(string Message)
    Parameters
    Type Name Description
    System.String Message

    Message Content

    | Improve this Doc View Source

    ExportProduct(Version)

    Execute the product sql / configuration export

    Declaration
    public void ExportProduct(Version version = null)
    Parameters
    Type Name Description
    System.Version version
    | Improve this Doc View Source

    IsExported(String, Guid)

    Gibt an, ob ein bestimmtes Element bereits export wurde

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

    Name des elementes

    System.Guid ElementId

    Id des elementes

    Returns
    Type Description
    System.Boolean

    True, wenn das Element bereits exportiert wurde

    | Improve this Doc View Source

    SetAsExported(String, Guid)

    Settzt ein Element, welches bereits export wurde

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

    Name des Elementes

    System.Guid ElementId

    Id des Elementes

    Implements

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