OThinker.H3.Sheet.IBizSheetManager

类:OThinker.H3.Sheet.IBizSheetManager

说明:
表单对象管理接口

方法:OThinker.H3.Client.BizSheetManagerClient(OThinker.Clusterware.LogicUnitConnectionPool)

方法说明:
构造函数

名称

说明

ConnectionPool


方法:.GetBizSheetByID(System.String)

方法说明:
根据表单ID获取表单对象

名称

说明

ObjectId

表单ID

返回值:
返回表单对象

方法:.GetBizSheetByCode(System.String)

方法说明:
根据表单编码获取表单对象

名称

说明

SheetCode

表单编码

返回值:

方法:.GetBizSheetBySchemaCode(System.String)

方法说明:
根据数据模型编码获取表单集合

名称

说明

SchemaCode

数据模型编码

返回值:
表单对象的集合

方法:.AddBizSheet(OThinker.H3.Sheet.BizSheet)

方法说明:
添加一个表单

名称

说明

BizSheet

表单对象

返回值:
返回操作是否成功

方法:.DeleteBizSheet(System.String)

方法说明:
删除一个表单

名称

说明

SheetCode

表单编码

返回值:
返回操作是否成功

方法:.RemoveSheetBySchemaCode(System.String)

方法说明:
根据数据模型编码删除所有表单

名称

说明

SchemaCode

数据模型编码

返回值:
返回操作是否成功

方法:.UpdateBizSheet(OThinker.H3.Sheet.BizSheet)

方法说明:
更新一个表单

名称

说明

BizSheet

表单对象

返回值:
返回操作是否成功