共用方式為


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

適用於