Click or drag to resize
XmlConfigurationViewT Class
Xml配置视图
Inheritance Hierarchy
SystemObject
  X3Platform.ConfigurationXmlConfigurationViewT
    More...

Namespace: X3Platform.Configuration
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public abstract class XmlConfigurationView<T>
where T : new(), XmlConfiguraton

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:X3Platform.Configuration.XmlConfigurationView`1"]

The XmlConfigurationViewT type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodLoad
加载配置信息
Protected methodMemberwiseClone (Inherited from Object.)
Public methodReload
重新加载配置信息
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldm_ConfigFilePath
配置文件的路径
Top
Properties
  NameDescription
Public propertyConfigFilePath
配置文件的完整路径
Public propertyConfiguration
配置信息
Top
See Also
Inheritance Hierarchy