Aracılığıyla paylaş


RuleStatementAction Oluşturucular

Tanım

RuleStatementAction sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

RuleStatementAction()

RuleStatementAction sınıfının yeni bir örneğini başlatır.

RuleStatementAction(CodeExpression)

kullanarak sınıfının yeni bir CodeExpressionörneğini RuleStatementAction başlatır.

RuleStatementAction(CodeStatement)

kullanarak sınıfının yeni bir CodeStatementörneğini RuleStatementAction başlatır.

RuleStatementAction()

RuleStatementAction sınıfının yeni bir örneğini başlatır.

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

Şunlara uygulanır

RuleStatementAction(CodeExpression)

kullanarak sınıfının yeni bir CodeExpressionörneğini RuleStatementAction başlatır.

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)

Parametreler

codeDomExpression
CodeExpression

CodeExpression Gerçekleştirilecek eylemi belirten.

Şunlara uygulanır

RuleStatementAction(CodeStatement)

kullanarak sınıfının yeni bir CodeStatementörneğini RuleStatementAction başlatır.

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)

Parametreler

codeDomStatement
CodeStatement

CodeStatement Gerçekleştirilecek eylemi belirten.

Şunlara uygulanır