Rule.ThenActions 屬性

定義

取得要在 THEN 案例中執行的 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 案例中執行的 RuleAction 類別集合。

備註

ThenActions 通常會在活動的其中一個屬性上設定變數值、呼叫活動的方法,或呼叫參考組件中型別上的靜態方法。

RuleHaltAction 造成 RuleSet 停止執行,並傳回呼叫方法的控制項。 RuleUpdateAction 明確表示某項規則正在更新變數。 這會導致重新評估任何受影響的規則。

適用於