Search Results for

    Show / Hide Table of Contents

    Class ExportDialog

    Interaktionslogik für ExportDialog.xaml

    Inheritance
    System.Object
    MSWindow
    ExportDialog
    Inherited Members
    MSWindow.OnWindowCommandAction
    MSWindow.CallWindowCommand(WindowCommand)
    MSWindow.CloseWithEscape
    MSWindow.WindowMode
    Namespace: Simplic.Framework.SqlD.DCEF
    Assembly: Simplic.Framework.SqlD.dll
    Syntax
    public class ExportDialog : MSWindow

    Constructors

    | Improve this Doc View Source

    ExportDialog()

    Constructor

    Declaration
    public ExportDialog()

    Methods

    | Improve this Doc View Source

    Fill(IList<Guid>, Int32)

    Declaration
    public void Fill(IList<Guid> objectIds, int typeId)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Guid> objectIds
    System.Int32 typeId
    | Improve this Doc View Source

    Fill(Guid, Int32)

    Fill the current window

    Declaration
    public void Fill(Guid objectId, int typeId)
    Parameters
    Type Name Description
    System.Guid objectId

    Guid of the object

    System.Int32 typeId

    Object-type

    | Improve this Doc View Source

    ShowDialog(Guid, Int32)

    Zeigt die Export-Maske als Dialog an

    Declaration
    public static void ShowDialog(Guid ExportId, int ConfigurationId)
    Parameters
    Type Name Description
    System.Guid ExportId

    Zu exportierende Id

    System.Int32 ConfigurationId

    Konfigurations-Id (Aus der Tabelle ESS_MS_Dev_SqlExport_Type-Ident)

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