Click or drag to resize
XmlConfiguraton Class
Xml配置信息
Inheritance Hierarchy
SystemObject
  X3Platform.ConfigurationXmlConfiguraton
    More...

Namespace: X3Platform.Configuration
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public abstract class XmlConfiguraton

The XmlConfiguraton type exposes the following members.

Constructors
  NameDescription
Protected methodXmlConfiguraton
Initializes a new instance of the XmlConfiguraton class
Top
Methods
  NameDescription
Public methodConfigure(XmlElement)
根据Xml元素配置对象信息
Public methodConfigure(String, String)
根据Xml元素配置对象信息
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetSectionName
获取配置区的名称
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyInitialized
是否成功初始化
Public propertyKeys
键值配置信息
Top
See Also
Inheritance Hierarchy