Share via


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 は、通常、アクティビティのいずれか 1 つのプロパティの変数値を設定する、そのアクティビティのメソッドを呼び出す、参照されているアセンブリ内の型に対して静的メソッドを呼び出す、のいずれかを実行します。

RuleHaltAction は、RuleSet の実行を停止し、呼び出し元メソッドに制御を返します。 RuleStatementAction は、プロパティを変更するか、メソッドを呼び出します。 RuleUpdateAction は、ルールが変数を更新していることを明示的に示します。 これにより、影響を受けたすべてのルールが再評価されます。

適用対象