Class ConfigurationExport
Inheritance
System.Object
ConfigurationExport
Implements
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 SourceConfigurationExport(String)
Constructor
Declaration
public ConfigurationExport(string ProductName)
Parameters
Type | Name | Description |
---|---|---|
System.String | ProductName | Product to export |
Methods
| Improve this Doc View SourceAddMsg(String)
Add Message
Declaration
public void AddMsg(string Message)
Parameters
Type | Name | Description |
---|---|---|
System.String | Message | Message Content |
ExportProduct(Version)
Execute the product sql / configuration export
Declaration
public void ExportProduct(Version version = null)
Parameters
Type | Name | Description |
---|---|---|
System.Version | version |
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 |
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 |