Class StackContextAreaElement
Configuration element to import and export context area configurations
Inheritance
System.Object
StackContextAreaElement
Namespace: Simplic.Framework.Extension.DCEF
Assembly: Simplic.Framework.Extension.dll
Syntax
public class StackContextAreaElement : ConfigurationElement
Constructors
| Improve this Doc View SourceStackContextAreaElement(IConfigurationInteraction)
Create new export element
Declaration
public StackContextAreaElement(IConfigurationInteraction Interaction)
Parameters
Type | Name | Description |
---|---|---|
IConfigurationInteraction | Interaction |
Methods
| Improve this Doc View SourceExecute(XmlNode)
Execute the configuration in the target database
Declaration
public override bool Execute(XmlNode Node)
Parameters
Type | Name | Description |
---|---|---|
XmlNode | Node | Contains all context are informations |
Returns
Type | Description |
---|---|
System.Boolean | True if installing was successfull |
GetAsString(String)
Get the configuration as string for exporting
Declaration
public override string GetAsString(string name = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
System.String |
GetElementName()
Gets the element name, in this case "InstanceDataContextArea"
Declaration
public override string GetElementName()
Returns
Type | Description |
---|---|
System.String | Return "InstanceDataContextArea" |