UpdatedRuleSetAction Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the UpdatedRuleSetAction class.
Overloads
UpdatedRuleSetAction() |
Initializes a new instance of the UpdatedRuleSetAction class. |
UpdatedRuleSetAction(RuleSet, RuleSet) |
Initializes a new instance of the UpdatedRuleSetAction class by using the original and the updated RuleSet classes. |
UpdatedRuleSetAction()
Initializes a new instance of the UpdatedRuleSetAction class.
public:
UpdatedRuleSetAction();
public UpdatedRuleSetAction ();
Public Sub New ()
Applies to
UpdatedRuleSetAction(RuleSet, 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)
Parameters
Exceptions
The RuleSetDefinition or updatedRuleSetDefinition is null.
The names of the two RuleSets are not the same