Click or drag to resize
KernelConfigurationView Class
配置视图
Inheritance Hierarchy
SystemObject
  X3Platform.ConfigurationKernelConfigurationView

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

The KernelConfigurationView type exposes the following members.

Constructors
  NameDescription
Public methodKernelConfigurationView
构造函数
Top
Methods
  NameDescription
Public methodAddKeyValue(String, String)
Public methodAddKeyValue(String, String, Boolean)
Public methodAddKeyValues
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetKeyValue
获取配置信息的值
Public methodGetType (Inherited from Object.)
Public methodLoadOptions
加载选项
Protected methodMemberwiseClone (Inherited from Object.)
Public methodReplaceKeyValue
替换参数占位符为实际的值
Public methodSave
保存配置信息
Public methodSerialize
序列化配置信息
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyApplicationClientId
应用客户端调用的 AppKey
Public propertyApplicationClientSecret
应用客户端调用的 AppSecret
Public propertyApplicationHomePage
应用程序主页
Public propertyApplicationIconPath
应用程序图标
Public propertyApplicationPathRoot
物理路径根地址
Public propertyApplicationSpringConfigFilePath
应用程序Spring配置文件路径
Public propertyApplicationTempPathRoot
物理路径临时文件夹根地址
Public propertyAuthenticationManagementType
验证管理类型
Public propertyAuthor
作者
Public propertyConfiguration
核心配置信息
Public propertyDomain
域信息
Public propertyFileHostName
文件服务器名称
Public propertyHostName
应用服务器名称
Public propertyStatic memberInstance
实例
Public propertyNetworkCredentialDomain
网络认证所属的域信息
Public propertyOptionCommandText
选项信息的查询命令
Public propertySafeRefererHosts
安全的的引用服务器
Public propertyStaticFileHostName
静态文件服务器名称
Public propertySystemName
系统名称
Public propertySystemStatus
系统状态 Development(开发) | Test(测试版) | Production(生产版)
Public propertyVersion
版本
Public propertyWebmasterEmail
管理员邮件地址
Top
See Also