在Jaydata中添加自定义数据类型/字段

时间:2013-12-06 07:19:19

标签: jaydata

如何在Jaydata中添加自定义数据类型,我可以在其中添加任何内容并将其输出为 http://localh.ost/blahblah/ $ metadata ? 像

$data.Entity.extend("Office", {
    Id: { type: "id", key: true, computed: true },
    OfficeName: { type: "string", maxLength:50, alternativeName:"office_name" }
});

我希望添加 alternativeName 并在浏览器中输出,以便在我输入 http://localh.ost/blahblah/ $元数据时,我可以将其视为其中一个领域。 像:

//other XML output here
<Property MaxLength="50" Name="OffName" Type="Edm.String" alternativeName="office_name"/>
//other XML output here

现在,我只能看到这个:

<Property MaxLength="50" Name="OffName" Type="Edm.String" />

那我怎么能实现这个目标呢?

1 个答案:

答案 0 :(得分:2)

使用$ sign

启动自定义属性名称