Search Results for

    Show / Hide Table of Contents

    Class FlowElement

    Flow configuration DCEF element

    Inheritance
    System.Object
    ConfigurationElement
    FlowElement
    Inherited Members
    ConfigurationElement.InteractionObject
    ConfigurationElement.ExportId
    ConfigurationElement.ConnectionStringName
    ConfigurationElement.PackageVersion
    ConfigurationElement.PackageName
    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 Source

    FlowElement(IConfigurationInteraction)

    Ctor

    Declaration
    public FlowElement(IConfigurationInteraction configurationInteraction)
    Parameters
    Type Name Description
    IConfigurationInteraction configurationInteraction

    Methods

    | Improve this Doc View Source

    Execute(XmlNode)

    Declaration
    public override bool Execute(XmlNode Node)
    Parameters
    Type Name Description
    System.Xml.XmlNode Node
    Returns
    Type Description
    System.Boolean
    Overrides
    ConfigurationElement.Execute(XmlNode)
    | Improve this Doc View Source

    GetAsString(String)

    Gets the flow configuration wrapped in a element

    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 element

    Overrides
    ConfigurationElement.GetAsString(String)
    | Improve this Doc View Source

    GetElementName()

    Gets the elemen name

    Declaration
    public override string GetElementName()
    Returns
    Type Description
    System.String
    Overrides
    ConfigurationElement.GetElementName()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx