本文介绍了将输入值传递给子活动的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在编写一个自定义活动,该活动从数据库中检索配置值.该活动是轮到的,它调用几种不同的自定义活动之一来验证所获取的价值.我希望父活动将这个值私下传递给子活动-也就是说,当子活动放到设计器的父活动中时,我希望连接自动发生,而我不希望连接可见"通过设计器用户界面.
查克·伯格|咨询工程师|公司IT-Station Casinos,Inc.
I am writing a Custom Activity that retreives a configuration value from a database. This Activity is turn, calls one of several different Custom Activities to validate the value retreived. I would like the Parent Activity to pass this value to the Child Activity privately - that is, I want the connection to happen automatically when the Child Activity is dropped onto the Parent Activity in the designer, and I don't want the connection "visible" through the designer UI. Is this possible and if so, how?
Chuck Berg | Consulting Engineer | Corporate IT - Station Casinos, Inc.
推荐答案
这篇关于将输入值传递给子活动的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!