如何获取所有 BP 组件?

方法说明:
名字空间:UFSoft.UBF.MD
方法定义:IList IEntityMetaDataService.GetAllBPComponents()
参数说明:
返回值:所有的 BP 组件。
方法描述:返回的组件之包含自身的信息,没有关于组件下类型的信息。
// 获取所有的BP组件
public voidGetAllBPComponent()
{
Console.WriteLine();
Console.WriteLine("开始-- GetAllBPComponent");
Console.WriteLine("创建服务");
IEntityMetaDataService service =
(IEntityMetaDataService)MDSFactory.GetService(typeof(IEntityMetaDataService));
Console.WriteLine("获取BP组件信息(显示名称是多语字段)");
IListcomponents = service.GetAllBPCompo
如何获取所有 BP 组件?
方法说明: 名字空间:UFSoft.UBF.MD 方法定义:IList IEntityMetaDataService.GetAllBPComponents() 参数说明: 返回值:所有的 BP...
点击下载文档文档为doc格式
声明:除非特别标注,否则均为本站原创文章,转载时请以链接形式注明文章出处。如若本站内容侵犯了原著者的合法权益,可联系本站删除。
上一篇
已经是第一篇
下一篇



