Search Results for

    Show / Hide Table of Contents

    Class StackStructureElement

    Configuration element to import and export stack structure elements

    Inheritance
    System.Object
    ConfigurationElement
    StackStructureElement
    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.Extension.DCEF
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class StackStructureElement : ConfigurationElement

    Constructors

    | Improve this Doc View Source

    StackStructureElement(IConfigurationInteraction)

    Create new export element

    Declaration
    public StackStructureElement(IConfigurationInteraction Interaction)
    Parameters
    Type Name Description
    IConfigurationInteraction Interaction

    Methods

    | Improve this Doc View Source

    Execute(XmlNode)

    Execute the configuration in the target database

    Declaration
    public override bool Execute(XmlNode Node)
    Parameters
    Type Name Description
    System.Xml.XmlNode Node

    Contains all structure informations

    Returns
    Type Description
    System.Boolean

    True if installing was successfull

    Overrides
    ConfigurationElement.Execute(XmlNode)
    | Improve this Doc View Source

    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
    Overrides
    ConfigurationElement.GetAsString(String)
    | Improve this Doc View Source

    GetElementName()

    Gets the element name, in this case "StackAppStructure"

    Declaration
    public override string GetElementName()
    Returns
    Type Description
    System.String

    Return "StackAppStructure"

    Overrides
    ConfigurationElement.GetElementName()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx