Class FlowElement
Flow configuration DCEF element
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.Elements
Assembly: Simplic.Framework.SqlD.dll
Syntax
public class FlowElement : ConfigurationElement
Constructors
| Improve this Doc View SourceFlowElement(IConfigurationInteraction)
Ctor
Declaration
public FlowElement(IConfigurationInteraction configurationInteraction)
Parameters
Type | Name | Description |
---|---|---|
IConfigurationInteraction | configurationInteraction |
Methods
| Improve this Doc View SourceExecute(XmlNode)
Declaration
public override bool Execute(XmlNode Node)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlNode | Node |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceGetAsString(String)
Gets the flow configuration wrapped in a
Declaration
public override string GetAsString(string name = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
System.String | flow configuration wrapped in a |
Overrides
| Improve this Doc View SourceGetElementName()
Gets the elemen name
Declaration
public override string GetElementName()
Returns
Type | Description |
---|---|
System.String |