如何以编程方式为组件添加自定义 tuplizer?
任何人都可以给我一些关于如何以编程方式为组件添加自定义 tuplizer 的指导吗?
将其添加到类中非常简单:
new Configuration().ClassMappings
.First()
.AddTuplizer(EntityMode.Map, "tuplizerClassName");
但是如何为组件完成同样的事情呢?
Can anyone give me some direction as to how to add a custom tuplizer for a Component programmatically?
To add it to a class is as simple as:
new Configuration().ClassMappings
.First()
.AddTuplizer(EntityMode.Map, "tuplizerClassName");
But how do you accomplish the same thing for Components?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)