Subsonic问题,是否可以在运行时执行模板?

发布于 2024-08-07 21:30:13 字数 216 浏览 3 评论 0原文

在问我的问题之前,我不得不说亚音速是很棒的工具,我真的很喜欢它。 我有一个在运行时本身创建域层的应用程序。我的意思是它有可定制的实体,当添加的实体或任何实体模式更改时,我的模型层会根据更改的数据库在运行时再次编译。

我想知道,是否可以在运行时执行亚音速模板,或者当用户更改实体模式或向应用程序添加新实体时,它可以再次自动生成模型层吗?或者如何在 Subsonic 运行时触发模板?

谢谢

Before ask my question, i have to say that subsonic is wonderfull tool, i realy like it.
I have an application which is createg domain layer during the runtime itself. I mean It has got customizable entites and when the entity added or any entity schema changed my model layer compiled again in the runtime according to changed database.

I'm wondering that, is it possible to execute subsonic templates during the runtime or when the user changed enetity schema or add to new entity to the application can it automatically generate the model layer again ? or how to trigger the template during the runtime of Subsonic ?

Thank you

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

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

发布评论

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

评论(1

荒岛晴空 2024-08-14 21:30:13

如果您对模板进行一些修改,则可以使用 TextTransform.exe 命令行工具生成 SubSonic 类,如以下答案中所述:

Visual Web Developer Express 中的 SubSonic ASP.NET MVC 示例

然后,当用户修改架构。

If you make some modifications to the templates you can use the TextTransform.exe command line tool to generate SubSonic classes as described in the following answer:

SubSonic ASP.NET MVC sample in Visual Web Developer Express

You could then automate the execution of the commandline when your user modifies the schema.

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