Search Results for

    Show / Hide Table of Contents

    Class ConfigurationElement

    Inheritance
    System.Object
    ConfigurationElement
    GridElement
    IconElement
    ItemBoxElement
    StackAutoConnectorElement
    StackContextAreaElement
    StackElement
    StackFulltextIndexElement
    StackInterfaceElement
    StackRegisterElement
    StackStructureElement
    ApplicationElement
    ComboBoxElement
    EPLReportElement
    FlowElement
    FormatListElement
    FormElement
    JobtypeElement
    LanguageGroupElement
    NotificationConfigurationElement
    ProductElement
    ReportElement
    RepositoryEntryElement
    RoleElement
    ScriptElement
    SequenceNumberElement
    SqlScriptElement
    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
    Assembly: Simplic.Framework.SqlD.dll
    Syntax
    public abstract class ConfigurationElement

    Constructors

    | Improve this Doc View Source

    ConfigurationElement(IConfigurationInteraction)

    Constructor

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

    Interaction element

    Properties

    | Improve this Doc View Source

    ConnectionStringName

    Declaration
    public string ConnectionStringName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ExportId

    Declaration
    public Guid ExportId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    InteractionObject

    Declaration
    public IConfigurationInteraction InteractionObject { get; }
    Property Value
    Type Description
    IConfigurationInteraction
    | Improve this Doc View Source

    PackageName

    Declaration
    public string PackageName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PackageVersion

    Declaration
    public Version PackageVersion { get; set; }
    Property Value
    Type Description
    System.Version

    Methods

    | Improve this Doc View Source

    Execute(XmlNode)

    Execute the configuration

    Declaration
    public abstract bool Execute(XmlNode Node)
    Parameters
    Type Name Description
    System.Xml.XmlNode Node
    Returns
    Type Description
    System.Boolean

    True if the element was imported succesfull

    | Improve this Doc View Source

    GetAsString(String)

    Get the Element as a XML-String

    Declaration
    public abstract string GetAsString(string name = null)
    Parameters
    Type Name Description
    System.String name

    Name of the element (optional)

    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    GetElementName()

    Get Element Name

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