次の方法で共有


RuleStatementAction コンストラクター

定義

RuleStatementAction クラスの新しいインスタンスを初期化します。

オーバーロード

RuleStatementAction()

RuleStatementAction クラスの新しいインスタンスを初期化します。

RuleStatementAction(CodeExpression)

RuleStatementAction クラスの新しいインスタンスを CodeExpression に初期化します。

RuleStatementAction(CodeStatement)

RuleStatementAction クラスの新しいインスタンスを CodeStatement に初期化します。

RuleStatementAction()

RuleStatementAction クラスの新しいインスタンスを初期化します。

public:
 RuleStatementAction();
public RuleStatementAction ();
Public Sub New ()

適用対象

RuleStatementAction(CodeExpression)

RuleStatementAction クラスの新しいインスタンスを CodeExpression に初期化します。

public:
 RuleStatementAction(System::CodeDom::CodeExpression ^ codeDomExpression);
public RuleStatementAction (System.CodeDom.CodeExpression codeDomExpression);
new System.Workflow.Activities.Rules.RuleStatementAction : System.CodeDom.CodeExpression -> System.Workflow.Activities.Rules.RuleStatementAction
Public Sub New (codeDomExpression As CodeExpression)

パラメーター

codeDomExpression
CodeExpression

実行するアクションを指定する CodeExpression

適用対象

RuleStatementAction(CodeStatement)

RuleStatementAction クラスの新しいインスタンスを CodeStatement に初期化します。

public:
 RuleStatementAction(System::CodeDom::CodeStatement ^ codeDomStatement);
public RuleStatementAction (System.CodeDom.CodeStatement codeDomStatement);
new System.Workflow.Activities.Rules.RuleStatementAction : System.CodeDom.CodeStatement -> System.Workflow.Activities.Rules.RuleStatementAction
Public Sub New (codeDomStatement As CodeStatement)

パラメーター

codeDomStatement
CodeStatement

実行するアクションを指定する CodeStatement

適用対象