Rule.ThenActions 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取要在 THEN case 中执行的 RuleAction 类的集合。
public:
property System::Collections::Generic::IList<System::Workflow::Activities::Rules::RuleAction ^> ^ ThenActions { System::Collections::Generic::IList<System::Workflow::Activities::Rules::RuleAction ^> ^ get(); };
public System.Collections.Generic.IList<System.Workflow.Activities.Rules.RuleAction> ThenActions { get; }
member this.ThenActions : System.Collections.Generic.IList<System.Workflow.Activities.Rules.RuleAction>
Public ReadOnly Property ThenActions As IList(Of RuleAction)
属性值
要在 THEN case 中执行的 RuleAction 类的集合。
注解
ThenActions 通常对活动的一个属性设置变量值、调用活动的一个方法或对引用的程序集中的类型调用静态方法。
RuleHaltAction 导致 RuleSet 停止执行并使控制返回到调用方法。 RuleUpdateAction 显式指示规则在更新变量。 这将导致重新计算所有受影响的规则。