다음을 통해 공유


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입니다.

적용 대상