DependancyProperty附加到属性的属性

时间:2009-02-05 10:38:17

标签: c# workflow workflow-foundation dependency-properties

我有一个带有属性的工作流,声明如下:

public Person userAccount {get;set;}

Person是一个具有自己属性的类(如Person.Name),使用WF我可以绑定到userAccount属性,但我似乎无法绑定到userAccount.Name。

有可能这样做吗?如果是这样,我需要改变什么?

2 个答案:

答案 0 :(得分:1)

没有

我认为不可能直接绑定到工作流中的变量成员

你必须绑定到entier类,即userAccount

答案 1 :(得分:0)

Visual Studio编辑器在执行此操作时可能存在一些问题。您的路径属性只需要正确设置即可 示例(从上面看我的情景):
Activity=BusinessProcess, Path=userAccount.Name