Click or drag to resize
AppsConfiguration Class
任务配置信息
Inheritance Hierarchy
SystemObject
  X3Platform.ConfigurationXmlConfiguraton
    X3Platform.Apps.ConfigurationAppsConfiguration

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

The AppsConfiguration type exposes the following members.

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