如何在 .NET 中对工作流活动进行软编码?

发布于 2024-10-16 02:54:12 字数 336 浏览 6 评论 0原文

我需要编写一个静态方法,对字符串执行某种解析 签名如下:

string ParseMessage(string messageToParse)

我希望对整个方法 ParseMessage 进行软编码,即不在项目的主输出中预编译,这是一个常见的 Windows 窗体应用程序。 如何使用工作流程活动执行此操作?

我想:

  1. 创建一个在 xaml 文件中定义的活动
  2. 将活动加载到我的 Windows 窗体应用程序中
  3. 通过传递参数(字符串类型的变量)运行活动
  4. 在字符串类型的变量中获取结果

I need to write a static method which is performing some kind of parsing on a string
with signature like:

string ParseMessage(string messageToParse)

I would like the whole method ParseMessage to be soft-coded, i.e. not precompiled within the main output of the project, which is a common windows forms application.
How do I do this using a workflow activity?

I would like to:

  1. Create an activity defined in a xaml file
  2. Load the activity into my windows forms application
  3. Run the activity by passing the arguments (a variable of string type)
  4. Get the result in a variable of string type

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

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

发布评论

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

评论(1

ま昔日黯然 2024-10-23 02:54:12

Channel9 有一个非常有趣的教程,直接进入要点:

http://channel9.msdn.com/Learn/Courses/VS2010/WCFWF/IntroToWF/Exercise-5-Testing-Workflows

There is a very interesting tutorial from Channel9, going directly to the point:

http://channel9.msdn.com/Learn/Courses/VS2010/WCFWF/IntroToWF/Exercise-5-Testing-Workflows

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