前页 | 后页 |
GetDefaultFieldMapping
返回外部项目字段/属性如何映射到Enterprise Architect元素字段/属性/标记值的列表
输入项
参数 |
细节 |
---|---|
参数 |
|
通过回调输出
AddProperty-每个字段要映射2-3个值。为每个映射使用唯一的索引值:
- AddProperty(index,“ externalField”,“ name”);
- AddProperty(index,“ internalField”,“ name”);
- [可选] AddProperty(索引,“ taggedValue”,“我的外部名称”);
细节
此方法返回的值用于填充“外部数据配置”中的“字段映射”。
它定义了链接外部项目时外部项目的字段/属性如何映射到Enterprise Architect元素的字段/属性/标记值的默认值。
- AddProperty(index,“ externalField”,“ modifiedDate”);
- AddProperty(index,“ internalField”,“ Tagged Value”);
- AddProperty(index,“ taggedValue”,“修改日期”);