Share via


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)

プロパティ値

IList<RuleAction>

THEN の場合に実行する RuleAction クラスのコレクション。

注釈

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

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

適用対象