OThinker.H3.Apps.IAppNavigationManager

说明:应用程序管理

访问入口:this.Engine.AppNavigationManager

示例:

this.Engine.AppNavigationManager.AddApp(new Apps.AppNavigation());

 

方法名称:

OThinker.H3.BizBus.Transaction.DbExecutionContext(System.String,OThinker.Data.Database.ICommand)

方法说明

新建的时候构造函数

输入参数

名称

类型

说明

DbCode

System.String

数据库编号

DbCommand

OThinker.Data.Database.ICommand

数据库命令

返回值

 

方法名称:OThinker.H3.BizBus.Transaction.TransactionContext(System.String)

方法说明

事务构造函数

输入参数

名称

类型

说明

Creator

System.String


返回值

 

方法名称:OThinker.H3.BizBus.Transaction.TransactionExecution(System.String,System.String,System.String,OThinker.H3.BizBus.BizService.BizStructure,OThinker.H3.BizBus.BizService.BizStructure)

方法说明

新建事务

输入参数

名称

类型

说明

UserId

System.String

用户的ID

BizServiceCode

System.String

业务服务的编码

MethodName

System.String

调用的方法

Params

OThinker.H3.BizBus.BizService.BizStructure

调用的参数

ReturnObject

OThinker.H3.BizBus.BizService.BizStructure

调用的返回值

返回值

 

方法名称:GetApp(System.String)

方法说明

获得应用程序定义

输入参数

名称

类型

说明

AppCode

System.String

应用程序编码

返回值

应用程序定义

 

方法名称:GetAllApps

方法说明

获得所有应用程序定义

输入参数

名称

类型

说明

返回值

返回应用程序对象集合

 

方法名称:AddApp(OThinker.H3.Apps.AppNavigation)

方法说明

添加应用程序添加应用时需要同时初始化FunctionNode,请改用AppPackageManager.AddApp

输入参数

名称

类型

说明

App

OThinker.H3.Apps.AppNavigation

应用程序对象

返回值

返回天津是否成功

 

方法名称:RemoveApp(System.String)

方法说明

移除应用程序移除应用时需要同时删除FunctionNode及其子菜单,请改用AppPackageManager.RemoveApp

输入参数

名称

类型

说明

AppCode

System.String

应用程序编码

返回值

 

方法名称:UpdateApp(OThinker.H3.Apps.AppNavigation)

方法说明

更新应用程序

输入参数

名称

类型

说明

App

OThinker.H3.Apps.AppNavigation

应用程序对象

返回值

返回更新应用程序对象是否成功