Search Results for

    Show / Hide Table of Contents

    Class RepositoryEntryElement

    Represents an repository entry element in a DCEF file

    Inheritance
    System.Object
    ConfigurationElement
    RepositoryEntryElement
    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 RepositoryEntryElement : ConfigurationElement

    Constructors

    | Improve this Doc View Source

    RepositoryEntryElement(IConfigurationInteraction)

    Create new repository entry for importing and exporting configurations

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

    Methods

    | Improve this Doc View Source

    Execute(XmlNode)

    Load the repository entiry configuration

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

    XmlNode instance containing all information

    Returns
    Type Description
    System.Boolean

    True if every thing works

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

    GetAsString(String)

    Get configuration as string in xml format

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

    Instance of a string

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

    GetElementName()

    Get the element 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