JHSections Class

DCSoft.DBUtilityGeneric

JHSections Class
处理应用程序配置节信息,该类为密封类
Inheritance Hierarchy
SystemObject  DCSoft.Utility.ConfigurationJHSections

Namespace: DCSoft.Utility.Configuration
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class JHSections

The JHSections type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodStatic memberGetTtype(String, String)
检索当前应用程序默认配置的指定配置节,返回配置节中项对应键的值 该配置节下节点必须可转换为 System.Collections.Specialized.NameValueCollection 异常或获取为 null 则返回 default(Ttype)
Public methodStatic memberGetTtype(String, String, Ttype)
检索当前应用程序默认配置的指定配置节,返回配置节中项对应键的值 该配置节下节点必须可转换为 System.Collections.Specialized.NameValueCollection 异常或获取为 null 则返回 defaultValue
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also