UpdatedRuleSetAction 构造函数

定义

初始化 UpdatedRuleSetAction 类的新实例。Initializes a new instance of the UpdatedRuleSetAction class.

重载

UpdatedRuleSetAction()

初始化 UpdatedRuleSetAction 类的新实例。Initializes a new instance of the UpdatedRuleSetAction class.

UpdatedRuleSetAction(RuleSet, RuleSet)

使用原始和已更新的 UpdatedRuleSetAction 类初始化 RuleSet 类的新实例。Initializes a new instance of the UpdatedRuleSetAction class by using the original and the updated RuleSet classes.

UpdatedRuleSetAction()

初始化 UpdatedRuleSetAction 类的新实例。Initializes a new instance of the UpdatedRuleSetAction class.

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

适用于

UpdatedRuleSetAction(RuleSet, RuleSet)

使用原始和已更新的 UpdatedRuleSetAction 类初始化 RuleSet 类的新实例。Initializes a new instance of the UpdatedRuleSetAction class by using the original and the updated RuleSet classes.

public:
 UpdatedRuleSetAction(System::Workflow::Activities::Rules::RuleSet ^ originalRuleSetDefinition, System::Workflow::Activities::Rules::RuleSet ^ updatedRuleSetDefinition);
public UpdatedRuleSetAction (System.Workflow.Activities.Rules.RuleSet originalRuleSetDefinition, System.Workflow.Activities.Rules.RuleSet updatedRuleSetDefinition);
new System.Workflow.Activities.Rules.UpdatedRuleSetAction : System.Workflow.Activities.Rules.RuleSet * System.Workflow.Activities.Rules.RuleSet -> System.Workflow.Activities.Rules.UpdatedRuleSetAction
Public Sub New (originalRuleSetDefinition As RuleSet, updatedRuleSetDefinition As RuleSet)

参数

originalRuleSetDefinition
RuleSet

原始 RuleSetThe original RuleSet.

updatedRuleSetDefinition
RuleSet

已更新的 RuleSetThe updated RuleSet.

例外

RuleSetDefinition 或 updatedRuleSetDefinition 为 nullThe RuleSetDefinition or updatedRuleSetDefinition is null

两个 RuleSet 的名称不相同The names of the two RuleSets are not the same

适用于