DataForm、DropBox 和数据注释(描述等)

发布于 2024-10-19 12:14:12 字数 234 浏览 1 评论 0原文

我有一个 DataForm,其中我将一些 TextBox 字段替换为 DropBox,以模仿使用 AutoGenerateField 事件的查找。

但是,当我这样做时,我会丢失任何可以使用的数据注释(例如我在数据模型中指定的描述)。

有没有一种方法可以从数据模型中获取这些值,而无需求助于自动生成的字段? DataFormAutoGenerateFieldEventArgs 参数似乎不包含它们。

I've got a DataForm in which I replace some TextBox fields with DropBoxes to imitate a lookup using the AutoGeneratingField event.

However, when I do that, I loose any data annotations that could otherwise be used (such as a description which I specified in my data model).

Is there a way to get these values from the data model without resorting to auto-generated fields? The DataFormAutoGeneratingFieldEventArgs parameter doesn't seem to contain them.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你如我软肋 2024-10-26 12:14:12

将 DataField.PropertyPath 属性设置为具有元数据的模型属性的名称。

Set the DataField.PropertyPath property to the name of the model property with metadata.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文