⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 microsoft.practices.enterpriselibrary.configuration.design.xml.svn-base

📁 很好的OA框架,使用ASP.NET+C#+sqlserver2005
💻 SVN-BASE
📖 第 1 页 / 共 5 页
字号:
            <value>
            The name of the node.
            </value>
        </member>
        <member name="P:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode.PreviousSibling">
            <summary>
            Gets the node immediately preceding this node.
            </summary>
            <value>
            The preceding <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode"/>. If there is no preceding node, a <see langword="null"/> reference (Nothing in Visual Basic) is returned.
            </value>
        </member>
        <member name="P:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode.NextSibling">
            <summary>
            Gets the node immediately following this node.
            </summary>
            <value>
            The next <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode"/>. If there is no next node, a <see langword="null"/> reference (Nothing in Visual Basic) is returned.
            </value>
        </member>
        <member name="P:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode.FirstNode">
            <summary>
            Gets the first child node in the node collection.
            </summary>
            <value>
            The first child <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode"/> in the <seealso cref="P:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode.Nodes"/> collection.
            </value>
        </member>
        <member name="P:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode.LastNode">
            <summary>
            Gets the first child node in the node collection.
            </summary>
            <value>
            The first child <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode"/> in the <seealso cref="P:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode.Nodes"/> collection.
            </value>
        </member>
        <member name="P:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode.Parent">
            <summary>
            Gets the parent configuration node of the the current configuration node.
            </summary>
            <value>
            The parent configuration node of the the current configuration node.
            </value>
        </member>
        <member name="P:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode.Path">
            <summary>
            Gets the path from the root node to the current node.
            </summary>
            <value>
            The path from the root node to the current node.
            </value>
        </member>
        <member name="P:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode.Id">
            <summary>
            Gets a runtime-generated, non-persisted unique identifier for this node.
            </summary>
            <value>
            A runtime-generated, non-persisted unique identifier for this node.
            </value>
        </member>
        <member name="P:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode.Hierarchy">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.IConfigurationUIHierarchy"/> containing this node.
            </summary>
            <value>
            The <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.IConfigurationUIHierarchy"/> containing this node. The default is <see langword="null"/>.
            </value>
        </member>
        <member name="P:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode.SortChildren">
            <summary>
            Gets if children added to the node are sorted.
            </summary>
            <value>
            <see langword="true"/> if nodes add are sorted; otherwise <see langword="false"/>. The default is <see langword="true"/>.
            </value>
        </member>
        <member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationApplicationNode.#ctor">
            <summary>
            Initialize a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationApplicationNode"/> class.
            </summary>
        </member>
        <member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationApplicationNode.#ctor(Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationApplicationFile)">
            <summary>
            Initialize a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationApplicationNode"/> class with a <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationApplicationFile"/> instance..
            </summary>
            <param name="configurationApplicationFile">A <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationApplicationFile"/> instance.</param>
        </member>
        <member name="P:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationApplicationNode.Name">
            <summary>
            Gets the name of the node.
            </summary>		
            <value>
            The name of the node.
            </value>
        </member>
        <member name="P:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationApplicationNode.ConfigurationFile">
            <summary>
            Gets or sets the application's configuration file.
            </summary>
            <value>
            The application's configuration file.
            </value>
        </member>
        <member name="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationApplicationFile">
            <summary>
            Represents the file for a application's configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationApplicationFile.#ctor">
            <summary>
            Initialize a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationApplicationFile"/> class.
            </summary>
        </member>
        <member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationApplicationFile.#ctor(System.String,System.String)">
            <summary>
            Initialize a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationApplicationFile"/> class with a base directory and file path.
            </summary>
            <param name="baseDirectory">The base directory of the application.</param>
            <param name="configurationFilePath">The configuration file.</param>
        </member>
        <member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationApplicationFile.FromCurrentAppDomain">
            <summary>
            Creates a <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationApplicationFile"/> from the current <see cref="T:System.AppDomain"/>.
            </summary>
            <returns>A <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationApplicationFile"/> from the current <see cref="T:System.AppDomain"/>.</returns>
        </member>
        <member name="P:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationApplicationFile.BaseDirectory">
            <summary>
            Gets or sets the base directory of the application.
            </summary>
            <value>
            The base directory of the application.
            </value>
        </member>
        <member name="P:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationApplicationFile.ConfigurationFilePath">
            <summary>
            Gets or sets the configuration file.
            </summary>
            <value>
            The configuration file.
            </value>
        </member>
        <member name="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationDesignManager">
            <summary>
            Represents the mechanism to register a configuration section(s) in the design time environment.
            </summary>
        </member>
        <member name="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.IConfigurationDesignManager">
            <summary>
            Represents the object that will manage the design of configuration..
            </summary>
        </member>
        <member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.IConfigurationDesignManager.Register(System.IServiceProvider)">
            <summary>
            When implemented by a class, allows the registration of configuration nodes and commands into the configuration tree.
            </summary>
            <param name="serviceProvider">
            The a mechanism for retrieving a service object; that is, an object that provides custom support to other objects.
            </param>
        </member>
        <member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.IConfigurationDesignManager.Save(System.IServiceProvider)">
            <summary>
            When implemented by a class, saves the configuration data for the implementer.
            </summary>
            <param name="serviceProvider">
            The a mechanism for retrieving a service object; that is, an object that provides custom support to other objects.
            </param>
        </member>
        <member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.IConfigurationDesignManager.Open(System.IServiceProvider)">
            <summary>
            When implemented by a class, opens the configuration for the application.
            </summary>
            <param name="serviceProvider">
            The a mechanism for retrieving a service object; that is, an object that provides custom support to other objects.
            </param>
        </member>
        <member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.IConfigurationDesignManager.BuildConfigurationSource(System.IServiceProvider,Microsoft.Practices.EnterpriseLibrary.Common.Configuration.DictionaryConfigurationSource)">
            <summary>
            When implemented by a class, adds the configuration data for the current implementer to the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.DictionaryConfigurationSource"/>.
            </summary>
            <param name="serviceProvider">
            The a mechanism for retrieving a service object; that is, an object that provides custom support to other objects.
            </param>
            <param name="dictionaryConfigurationSource">
            A <see cref="T:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.DictionaryConfigurationSource"/> object that will contain the configuration data.</param>
        </member>
        <member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationDesignManager.Register(System.IServiceProvider)">
            <summary>
            When overridden by a class, Register any mechanisms needed for the design manager into the design time.
            </summary>
            <param name="serviceProvider">The a mechanism for retrieving a service object; that is, an object that prov

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -