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 SourceSingleton
Declaration
public static ConfigurationExportManager Singleton { get; }
Property Value
Type | Description |
---|---|
ConfigurationExportManager |
Methods
| Improve this Doc View SourceAddExportElement(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 |
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 |
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 |
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 |
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 |
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 |