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

适用于