共用方式為


Rule.ElseActions 屬性

定義

取得要在 ELSE 案例中執行的 RuleAction 類別集合。

public:
 property System::Collections::Generic::IList<System::Workflow::Activities::Rules::RuleAction ^> ^ ElseActions { System::Collections::Generic::IList<System::Workflow::Activities::Rules::RuleAction ^> ^ get(); };
public System.Collections.Generic.IList<System.Workflow.Activities.Rules.RuleAction> ElseActions { get; }
member this.ElseActions : System.Collections.Generic.IList<System.Workflow.Activities.Rules.RuleAction>
Public ReadOnly Property ElseActions As IList(Of RuleAction)

屬性值

IList<RuleAction>

在 ELSE 案例中執行的 RuleAction 集合。

備註

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

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

適用於