.Net 4工作流切换活动,如何为情况提供可能的值?
我们在应用程序中重新托管了工作流程 (4) 设计器。该应用程序有一个存储某些值的数据库。在重新托管的设计器中,我添加了 Switch 活动并将类型设置为存储在数据库中的自定义对象之一。
是否可以以某种方式向设计器的添加案例值下拉列表提供可能值的列表?
问候 urk_forever
We have rehosted the Workflow (4) designer in our application. This application has a database where certain values are stored. In the rehosted designer I added the Switch activity and set the type to one of the custom objects that are stored in our database.
Is it possible to somehow provide a list of possible values to the add case value dropdown of the designer?
Regards
urk_forever
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
答案是否
我在这个问题上取得的最好成绩是实现 Switch< 的自定义约束。您自定义类型>如果使用未知大小写,则使该活动无效的活动。
The answer is NO
The best thing I've managed to achieve with this issue is to implement custom Constraint for Switch< YouCustomType > activity that invalidates the Activity if unknown case was used.