类名 : EngineConfig
说明 : 引擎的相关设置 属性 :
名称 | 说明 |
---|
Code | 逻辑单元编码 |
VesselCode | 运行的服务器的编码 |
UnitState | 逻辑单元的状态 |
CreatedTime | 创建时间 |
DbType | 数据库的类型 |
DbServer | 服务器地址 |
DbInstanceId | 数据库实例 |
DbUser | 引擎访问数据库的登录用户名 |
DbPassword | 登录密码 |
CompanyName | 公司名称 |
InitialUserCode | 初始用户编码 |
DingTalkCorpId | DingTalk企业号 |
WeChatCorpId | 企业微信corpId |
ContactName | 服务器地址 |
UsageType | 引擎模式 |
IsDeveloper | 是否是开发者 |
DevCode | 开发者模式编码 |
EntryType | 接入类型 |
CommandFactory | 访问数据库用的接口 |
成员 :
名称 | 说明 |
---|
TableName | 表名称 |
PropertyName_Code | 属性名称 |
PropertyName_VesselCode | 属性名称 |
PropertyName_UnitState | 属性名称 |
PropertyName_CreatedTime | 属性名称 |
PropertyName_DbInstanceId | 属性名称 |
PropertyName_DbUser | 属性名称 |
PropertyName_DbPassword | 属性名称 |
PropertyName_CompanyName | 属性名称 |
PropertyName_InitialUserCode | 属性名称 |
PropertyName_DingTalkCorpId | 属性名称 |
PropertyName_WeChatCorpId | 属性名称 |
PropertyName_ContactName | 属性名称 |
PropertyName_UsageType | 是否为引擎模式的属性名称 |
PropertyName_DevCode | 属性名称 |
PropertyName_EntryType | 属性名称 |
构造方法名称 : #ctor
方法名称 : GetDbName
方法名称 : GetDbConnString
方法名称 : GetUniquePropertyName
方法名称 : GetPropertyValue(System.String)
参数 | 说明 |
---|
"propertyName" | 属性名称 |
返回值 |
---|
|
方法名称 : GetFoundEachOtherPropertyName
方法名称 : GetFoundByUniquePropertyName
方法名称 : CopyFrom(H3.Clusterware.EngineConfig)
方法名称 : ToString
方法名称 : CreateCommand
方法名称 : IsTest