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

📄 opennetcf.configuration.xml

📁 wince环境下后台操作数据的应用程序。使用了OPENNETCF框架。
💻 XML
📖 第 1 页 / 共 2 页
字号:
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>OpenNETCF.Configuration</name>
    </assembly>
    <members>
        <member name="T:OpenNETCF.Configuration.AppSettingsReader">
            <summary>
            Provides a method for reading values of a particular type from the .config file.
            </summary>
        </member>
        <member name="M:OpenNETCF.Configuration.AppSettingsReader.#ctor">
            <summary>
            
            </summary>
        </member>
        <member name="M:OpenNETCF.Configuration.AppSettingsReader.GetValue(System.String,System.Type)">
            <summary>
            
            </summary>
            <param name="key"></param>
            <param name="type"></param>
            <returns></returns>
        </member>
        <member name="T:OpenNETCF.Reflection.Assembly2">
            <summary>
            Contains helper functions for the <see cref="T:System.Reflection.Assembly"/> class.
            </summary>
            <seealso cref="T:System.Reflection.Assembly"/>
        </member>
        <member name="M:OpenNETCF.Reflection.Assembly2.GetEntryAssembly">
            <summary>
            Gets the process executable.
            </summary>
            <returns>The <see cref="T:System.Reflection.Assembly"/> that is the process executable.</returns>
        </member>
        <member name="T:OpenNETCF.Configuration.ConfigurationException">
            <summary>
            The exception that is thrown when an error occurs in a configuration setting.
            </summary>
        </member>
        <member name="M:OpenNETCF.Configuration.ConfigurationException.#ctor">
            <summary>
            Initializes a new instance of the System.Configuration.ConfigurationException class.
            </summary>
        </member>
        <member name="M:OpenNETCF.Configuration.ConfigurationException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the System.Configuration.ConfigurationException class with the specified error message. 
            </summary>
            <param name="message">The message to display to the client when the exception is thrown.</param>
        </member>
        <member name="M:OpenNETCF.Configuration.ConfigurationException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the System.Configuration.ConfigurationException class with the specified error message and System.Exception.InnerException  property.
            </summary>
            <param name="message">The message to display to the client when the exception is thrown.</param>
            <param name="inner">The System.Exception.InnerException , if any, that threw the current exception.</param>
        </member>
        <member name="M:OpenNETCF.Configuration.ConfigurationException.#ctor(System.String,System.Exception,System.Xml.XmlNode)">
            <summary>
            Initializes a new instance of the System.Configuration.ConfigurationException class with the specified error message and System.Exception.InnerException and the name of the configuration section node that contains the error.  
            </summary>
            <param name="message">The message to display to the client when the exception is thrown.</param>
            <param name="inner">The System.Exception.InnerException , if any, that threw the current exception.</param>
            <param name="node">The System.Xml.XmlNode that contains the error.</param>
        </member>
        <member name="M:OpenNETCF.Configuration.ConfigurationException.#ctor(System.String,System.String,System.Int32)">
            <summary>
            Initializes a new instance of the System.Configuration.ConfigurationException class with the specified error message, the name of the configuration file that contains the error, and the line number in the file.
            </summary>
            <param name="message">The message to display to the client when the exception is thrown.</param>
            <param name="filename">The name of the configuration file that contains the error.</param>
            <param name="line">The number of the line that contains the error.</param>
        </member>
        <member name="M:OpenNETCF.Configuration.ConfigurationException.#ctor(System.String,System.Exception,System.String,System.Int32)">
            <summary>
            Initializes a new instance of the System.Configuration.ConfigurationException with the specified error message and System.Exception.InnerException, the name of the file containing the error, and the line number of the error in the file. 
            </summary>
            <param name="message">The message to display to the client when the exception is thrown.</param>
            <param name="inner">The System.Exception.InnerException , if any, that threw the current exception.</param>
            <param name="filename">The name of the configuration file that contains the error.</param>
            <param name="line">The number of the line that contains the error.</param>
        </member>
        <member name="M:OpenNETCF.Configuration.ConfigurationException.#ctor(System.String,System.Xml.XmlNode)">
            <summary>
            Initializes a new instance of the System.Configuration.ConfigurationException with the specified error message and the name of the configuration section containing the error.  
            </summary>
            <param name="message">The message to display to the client when the exception is thrown.</param>
            <param name="node">The System.Xml.XmlNode that contains the error.</param>
        </member>
        <member name="M:OpenNETCF.Configuration.ConfigurationException.GetXmlNodeLineNumber(System.Xml.XmlNode)">
            <summary>
            Returns the line number of the configuration section node that contains the error.
            </summary>
            <param name="node">The name of the configuration section node that contains the error.</param>
            <returns>The line number that contains the error.</returns>
        </member>
        <member name="M:OpenNETCF.Configuration.ConfigurationException.GetXmlNodeFilename(System.Xml.XmlNode)">
            <summary>
             Returns the name of the file that contains the configuration section node that contains the error.
            </summary>
            <param name="node">The name of the configuration section node that contains the error.</param>
            <returns>The name of the configuration file.</returns>
        </member>
        <member name="T:OpenNETCF.Configuration.ConfigurationSettings">
            <summary>
            Provides access to configuration settings in a specified configuration section. This class cannot be inherited.
            </summary>
        </member>
        <member name="M:OpenNETCF.Configuration.ConfigurationSettings.Reload">
            <summary>
            Forces the settings provider to re-load the settings from the configuration file.
            </summary>
        </member>
        <member name="M:OpenNETCF.Configuration.ConfigurationSettings.GetConfig(System.String)">
            <summary>
            Returns configuration settings for a user-defined configuration section.  
            </summary>
            <param name="sectionName">The configuration section to read.</param>
            <returns>The configuration settings for sectionName.</returns>
        </member>
        <member name="M:OpenNETCF.Configuration.ConfigurationSettings.GetConfig(System.String,System.Object)">
            <summary>
            Returns configuration settings for a user-defined configuration section. 
            </summary>
            <param name="sectionName">The configuration section to read.</param>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="P:OpenNETCF.Configuration.ConfigurationSettings.AppSettings">
            <summary>
            Gets configuration settings in the configuration section.
            </summary>
        </member>
        <member name="T:OpenNETCF.Configuration.ConfigXmlDocument">
            <summary>
            
            </summary>
        </member>
        <member name="M:OpenNETCF.Configuration.ConfigXmlDocument.Load(System.String)">
            <summary>
            
            </summary>
            <param name="filename"></param>
        </member>
        <member name="M:OpenNETCF.Configuration.ConfigXmlDocument.ReadConfigNode(System.String,System.Xml.XmlTextReader)">
            <summary>
            
            </summary>
            <param name="filename"></param>
            <param name="sourceReader"></param>
            <returns></returns>
        </member>
        <member name="M:OpenNETCF.Configuration.ConfigXmlDocument.LoadSingleElement(System.String,System.Xml.XmlTextReader)">
            <summary>
            
            </summary>
            <param name="filename"></param>
            <param name="sourceReader"></param>
        </member>
        <member name="M:OpenNETCF.Configuration.ConfigXmlDocument.CreateAttribute(System.String,System.String,System.String)">
            <summary>
            
            </summary>
            <param name="prefix"></param>
            <param name="localName"></param>
            <param name="namespaceUri"></param>
            <returns></returns>
        </member>
        <member name="M:OpenNETCF.Configuration.ConfigXmlDocument.CreateElement(System.String,System.String,System.String)">
            <summary>
            
            </summary>
            <param name="prefix"></param>
            <param name="localName"></param>
            <param name="namespaceUri"></param>
            <returns></returns>
        </member>
        <member name="M:OpenNETCF.Configuration.ConfigXmlDocument.CreateTextNode(System.String)">
            <summary>
            
            </summary>
            <param name="text"></param>
            <returns></returns>
        </member>
        <member name="M:OpenNETCF.Configuration.ConfigXmlDocument.CreateCDataSection(System.String)">
            <summary>
            
            </summary>
            <param name="data"></param>
            <returns></returns>
        </member>
        <member name="M:OpenNETCF.Configuration.ConfigXmlDocument.CreateComment(System.String)">
            <summary>
            
            </summary>
            <param name="data"></param>

⌨️ 快捷键说明

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