Interface IConfigurationInteraction
Interface for the interaction with the export/import manager
Namespace: Simplic.Framework.SqlD.DCEF
Assembly: Simplic.Framework.SqlD.dll
Syntax
public interface IConfigurationInteraction
Methods
| Improve this Doc View SourceAddMsg(String)
Add Message
Declaration
void AddMsg(string Message)
Parameters
Type | Name | Description |
---|---|---|
System.String | Message |
IsExported(String, Guid)
Check wether an element is exported
Declaration
bool IsExported(string InternElementName, Guid ElementId)
Parameters
Type | Name | Description |
---|---|---|
System.String | InternElementName | Name of the element |
System.Guid | ElementId | Element-Id |
Returns
Type | Description |
---|---|
System.Boolean |
SetAsExported(String, Guid)
Set somthing as exported
Declaration
void SetAsExported(string InternElementName, Guid ElementId)
Parameters
Type | Name | Description |
---|---|---|
System.String | InternElementName | Intern name |
System.Guid | ElementId | Elemet-Id |