C#创建自己的流程图 [英] C# creating own flowchart

查看:119
本文介绍了C#创建自己的流程图的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在一个项目中,我可能必须创建一个提供流程图的应用程序(.Net/C#4.0).

In a project, I'll probably have to create an application (.Net / C# 4.0) that will provide a flowchart.

我正在寻找最好的方法,因为它应该非常灵活:

I'm looking for the best way to do this, knowing that it should be really flexible :

  • 我是否必须使用.Net框架图形(WPF,xaml)自己做?
  • 是否有一个可以使用的功能强大的库,专门用于流程图设计?
  • 是否存在与此类工作相关的开源项目?

在任何情况下,我都需要以所需的方式(链接方式,外观,逻辑等)来更改任何组件...

In any cases I'll need to alter any component the way I want (the way they're linked, how they look, the logic, etc)...

你们将如何处理?

推荐答案

如果您需要静态"工作流设计器,则可以此博客文章关于在您自己的应用程序中重新托管WF4.您可以通过创建自己的活动对其进行自定义.

If you need a "static" workflow designer you can look at this project on copdeproject and start from it. If you mind to execute the workflow instead, have a look a this blog post about rehosting WF4 in your own application. You can customize it by creating your own activities.

这篇关于C#创建自己的流程图的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆