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

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

📁 很好的OA框架,使用ASP.NET+C#+sqlserver2005
💻 SVN-BASE
📖 第 1 页 / 共 5 页
字号:
            Creates an instance of the child node class and adds it as a child of the parent node.
            </summary>
            <param name="node">
            The parent node to add the newly created <see cref="P:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.AddChildNodeCommand.ChildNode"/>.
            </param>
        </member>
        <member name="P:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.AddChildNodeCommand.ChildNode">
            <summary>
            Gets the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode"/> that was added as a result of the command being executed.
            </summary>
            <value>
            The <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode"/> that was added as a result of the command being executed. 
            The default is a <see langword="null"/> reference(Nothing in Visual Basic).
            </value>
        </member>
        <member name="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.BaseTypeAttribute">
            <summary>
            Indicates the base class or interface that must be assignable from the type specified in the property that this attribute decorates.
            </summary>
        </member>
        <member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.BaseTypeAttribute.#ctor(System.Type)">
            <summary>
            Initializes a new instance of the  <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.BaseTypeAttribute"/> class with the specified <see cref="T:System.Type"/> object.
            </summary>
            <param name="baseType">
            The <see cref="T:System.Type"/> to filter selections.
            </param>
        </member>
        <member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.BaseTypeAttribute.#ctor(System.Type,System.Type)">
            <summary>
            Initializes a new instance of the  <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.BaseTypeAttribute"/> class with the specified base <see cref="T:System.Type"/> object and configuration <see cref="T:System.Type"/>.
            </summary>
            <param name="baseType">The base <see cref="T:System.Type"/> to filter.</param>
            <param name="configurationType">The configuration object <see cref="T:System.Type"/>.</param>
        </member>
        <member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.BaseTypeAttribute.#ctor(System.Type,Microsoft.Practices.EnterpriseLibrary.Configuration.Design.TypeSelectorIncludes)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.BaseTypeAttribute"/> class with the specified <see cref="T:System.Type"/> object and <see cref="P:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.BaseTypeAttribute.TypeSelectorIncludes"/>.
            </summary>
            <param name="baseType">
            The <see cref="T:System.Type"/> to filter selections.
            </param>
            <param name="typeSelectorIncludes">
            One of the <see cref="P:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.BaseTypeAttribute.TypeSelectorIncludes"/> values.
            </param>
        </member>
        <member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.BaseTypeAttribute.#ctor(System.Type,Microsoft.Practices.EnterpriseLibrary.Configuration.Design.TypeSelectorIncludes,System.Type)">
            <summary>
            Initializes a new instance of the  <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.BaseTypeAttribute"/> class with the specified base <see cref="T:System.Type"/> object and configuration <see cref="T:System.Type"/>.
            </summary>
            <param name="typeSelectorIncludes">
            One of the <see cref="F:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.BaseTypeAttribute.typeSelectorIncludes"/> values.
            </param>
            <param name="baseType">The base <see cref="T:System.Type"/> to filter.</param>
            <param name="configurationType">The configuration object <see cref="T:System.Type"/>.</param>
        </member>
        <member name="P:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.BaseTypeAttribute.TypeSelectorIncludes">
            <summary>
            Gets the includes for the type selector.
            </summary>
            <value>
            The includes for the type selector.
            </value>
        </member>
        <member name="P:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.BaseTypeAttribute.BaseType">
            <summary>
            Gets the <see cref="T:System.Type"/> to filter selections.
            </summary>
            <value>
            The <see cref="T:System.Type"/> to filter selections.
            </value>
        </member>
        <member name="P:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.BaseTypeAttribute.ConfigurationType">
            <summary>
            Gets the configuration object <see cref="T:System.Type"/>.
            </summary>
            <value>
            The configuration object <see cref="T:System.Type"/>.
            </value>
        </member>
        <member name="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.NodeBuilder">
            <summary>
            Represents a base class to for use when building your node graph from your configuration objects.
            </summary>
        </member>
        <member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.NodeBuilder.#ctor(System.IServiceProvider)">
            <summary>
            Initialize a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.NodeBuilder"/> class with a <see cref="T:System.IServiceProvider"/>.
            </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.NodeBuilder.LogNodeMapError(Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode,System.Reflection.MemberInfo)">
            <summary>
            Load an error when creating a node.
            </summary>
            <param name="node">The node where the error occurred.</param>
            <param name="configType">The type trying to be created.</param>
        </member>
        <member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.NodeBuilder.LogError(Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode,System.String)">
            <summary>
            Log an error when building the node graph.
            </summary>
            <param name="node">The node where the error occurred.</param>
            <param name="message"></param>
        </member>
        <member name="P:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.NodeBuilder.NodeCreationService">
            <summary>
            Gets a <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.INodeCreationService"/>.
            </summary>
            <value>
            A <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.INodeCreationService"/>.
            </value>
        </member>
        <member name="P:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.NodeBuilder.ServiceProvider">
            <summary>
            Gets the <see cref="T:System.IServiceProvider"/>.
            </summary>
            <value>
            The <see cref="T:System.IServiceProvider"/>.
            </value>
        </member>
        <member name="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CloseConfigurationApplicationCommand">
            <summary>
            Represents a command that will close an <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationApplicationNode"/> and remove the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.IConfigurationUIHierarchy"/> that it represents.
            </summary>
        </member>
        <member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CloseConfigurationApplicationCommand.#ctor(System.IServiceProvider)">
            <summary>
            Initialize a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CloseConfigurationApplicationCommand"/> class with an <see cref="T:System.IServiceProvider"/>.
            </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.CloseConfigurationApplicationCommand.#ctor(System.IServiceProvider,System.Boolean)">
            <summary>
            Initialize a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CloseConfigurationApplicationCommand"/> class with an <see cref="T:System.IServiceProvider"/>.
            </summary>
            <param name="serviceProvider">
            The service provider to get service objects.
            </param>
            <param name="clearErrorService">
            Determines if the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.IErrorLogService"/> when the command has executed.
            </param>
        </member>
        <member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CloseConfigurationApplicationCommand.ExecuteCore(Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode)">
            <summary>
            Closes the application configuration.
            </summary>
            <param name="node">
            The node to execute the command upon.
            </param>
        </member>
        <member name="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CommandExecutingEventArgs">
            <summary>
            Provides data for a <see cref="E:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNodeCommand.Executing"/> event.
            </summary>
        </member>
        <member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CommandExecutingEventArgs.#ctor">
            <summary>
            Initializes a new instance of  the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CommandExecutingEventArgs"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CommandExecutingEventArgs.Cancel">
            <summary>
            Gets or sets a value indicating whether the event should be canceled.
            </summary>
            <value>
            <see langword="true"/> if the event should be canceled; otherwise, <see langword="false"/>.
            </value>
        </member>
        <member name="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CommandState">
            <summary>
            The state of a <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationUICommand"/>.
            </summary>
        </member>
        <member name="F:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CommandState.Enabled">
            <summary>
            The command is enabled.
            </summary>
        </member>
        <member name="F:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CommandState.Disabled">
            <summary>
            The command is disabled.
            </summary>
        </member>
        <member name="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CommandRegistrar">
            <summary>
            Represents an encapsulation for registering commands for a configuration design. The class is abstract.
            </summary>
        </member>
        <member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CommandRegistrar.#ctor(System.IServiceProvider)">
            <summary>
            Initialize a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CommandRegistrar"/> class with an <see cref="T:System.IServiceProvider"/>.

⌨️ 快捷键说明

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