Class StackInterfaceElement
Inheritance
System.Object
StackInterfaceElement
Assembly: Simplic.Framework.Extension.dll
Syntax
public class StackInterfaceElement : ConfigurationElement
Constructors
|
Improve this Doc
View Source
StackInterfaceElement(IConfigurationInteraction)
Declaration
public StackInterfaceElement(IConfigurationInteraction Interaction)
Parameters
Type |
Name |
Description |
IConfigurationInteraction |
Interaction |
|
Methods
|
Improve this Doc
View Source
Execute(System.Xml.XmlNode)
Declaration
public override bool Execute(System.Xml.XmlNode Node)
Parameters
Type |
Name |
Description |
System.Xml.XmlNode |
Node |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetAsString(String)
Declaration
public override string GetAsString(string name = null)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetElementName()
Declaration
public override string GetElementName()
Returns
Type |
Description |
System.String |
|