Namespace: Consultingwerk.Windows.Framework.System
Class 
ExportImportMetaDataForm Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.SmartComponents.Base.SmartWindowForm
Implements: IBaseForm, ICustomTypeDescriptor, IHasDesignerVerbs, IHasPrimaryDataSourceAndTarget, IHasSecurityKey, ISmartToolbarTarget, ISmartWindowForm

File:ExportImportMetaDataForm
Purpose:Utility to export and import SmartFramework metadata
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Tue May 29 02:27:01 CEST 2018



Top Method Summary
Options Name Purpose
CreateMenuImportExportTools (character) Creates menu items for import and export of menu structures
ExportDataset (character, character, character, character, character) Exports a Dataset
ExportDatasets () Exports the selected datasets
ExportMenu (character, character) Exports menu structure
ExportMultipleDatasets () Exports multiple Datasets
ExportSingleDataset () Exports a single Dataset
ImportDataset (character, character, character, character, logical, logical) Imports a Dataset
ImportDatasets () Imports the selected datasets
ImportMenu (character) Imports Menu Structure from the given file name
ImportMultipleDatasets () Exports multiple Datasets
ImportSingleDataset () Exports a single Dataset
ImportStatusChangedHandler (Object, StatusChangedEventArgs) Event handler for the StatusChanged event of the GenericDataImported
InitializeComponent ()
OnLoad (EventArgs) Raises the Load event
OnShown (EventArgs) Raises the Shown event
smartDataBrowser1_KeyDown (Object, KeyEventArgs) Event handler for the KeyDown event of the smartDataBrowser1
smartToolbarController1_ToolClick (Object, ToolClickEventArgs) Event handler for the ToolClick event of the

Top Constructor Summary
Options Name Purpose
ExportImportMetaDataForm () Constructor for the ExportImportMetaDataForm class
ExportImportMetaDataForm (character) Constructor for the ExportImportMetaDataForm class


Method Detail
Top

CreateMenuImportExportTools (character)

Purpose: Creates menu items for import and export of menu structures
Notes:

Parameters:
pcFileName CHARACTER
The name of the file with the menu set definitions
Top

ExportDataset (character, character, character, character, character)

Purpose: Exports a Dataset
Notes:

Parameters:
pcBusinessEntityName CHARACTER
The name of the Business Entity to export data to
pcTables CHARACTER
The name of the tables from the Business Entity to export
pcQueryString CHARACTER
The query string to export
pcFileName CHARACTER
The name of the target file name
pcCustomContext CHARACTER
The Custom Context attribute
Top

ExportDatasets ()

Purpose: Exports the selected datasets
Notes:

Top

ExportMenu (character, character)

Purpose: Exports menu structure
Notes:

Parameters:
pcFileName CHARACTER
The name of the import file name
pcParentGuids CHARACTER
The parent guids to export
Top

ExportMultipleDatasets ()

Purpose: Exports multiple Datasets
Notes:

Top

ExportSingleDataset ()

Purpose: Exports a single Dataset
Notes:

Top

ImportDataset (character, character, character, character, logical, logical)

Purpose: Imports a Dataset
Notes:

Parameters:
pcBusinessEntityName CHARACTER
The name of the Business Entity to import data from
pcFileName CHARACTER
The name of the source file name
pcSkipFields CHARACTER
The name of the fields to skip during import
pcCustomContext CHARACTER
The Custom Context attribute
plSkipExisting LOGICAL
TRUE to skip existing records on import
plDisableRIChecks LOGICAL
Import Referential Integrity checks during import
Top

ImportDatasets ()

Purpose: Imports the selected datasets
Notes:

Top

ImportMenu (character)

Purpose: Imports Menu Structure from the given file name
Notes:

Parameters:
pcFileName CHARACTER
The file name to import
Top

ImportMultipleDatasets ()

Purpose: Exports multiple Datasets
Notes:

Top

ImportSingleDataset ()

Purpose: Exports a single Dataset
Notes:

Top

ImportStatusChangedHandler (Object, StatusChangedEventArgs)

Purpose: Event handler for the StatusChanged event of the GenericDataImported
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the error
e Consultingwerk.StatusChangedEventArgs
The StatusChangedEventArgs with the data for this event
Top

InitializeComponent ()


Top

OnLoad (EventArgs)

Purpose: Raises the Load event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

OnShown (EventArgs)

Purpose: Raises the Shown event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

smartDataBrowser1_KeyDown (Object, KeyEventArgs)

Purpose: Event handler for the KeyDown event of the smartDataBrowser1
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.KeyEventArgs
The KeyEventArgs with the data for this event
Top

smartToolbarController1_ToolClick (Object, ToolClickEventArgs)

Purpose: Event handler for the ToolClick event of the
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinToolbars.ToolClickEventArgs
The ToolClickEventArgs with the data for this event


Constructor Detail
Top

ExportImportMetaDataForm ()

Purpose: Constructor for the ExportImportMetaDataForm class
Notes:

Top

ExportImportMetaDataForm (character)

Purpose: Constructor for the ExportImportMetaDataForm class
Notes: Opens the settings file with the provided file name parameter

Parameters:
pcFileName CHARACTER
The name of the settings file to open


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:32:52