AddedRuleSetAction Class
Represents the addition of a RuleSet during dynamic update. This class cannot be inherited.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
System.Workflow.ComponentModel::WorkflowChangeAction
System.Workflow.Activities.Rules::RuleSetChangeAction
System.Workflow.Activities.Rules::AddedRuleSetAction
| Name | Description | |
|---|---|---|
![]() | AddedRuleSetAction() | Initializes a new instance of the AddedRuleSetAction class. |
![]() | AddedRuleSetAction(RuleSet^) | Initializes a new instance of the AddedRuleSetAction class by using the new RuleSet. |
| Name | Description | |
|---|---|---|
![]() | RuleSetDefinition | Gets or sets the new RuleSet. |
![]() | RuleSetName | Gets the name of the new RuleSet.(Overrides RuleSetChangeAction::RuleSetName.) |
| Name | Description | |
|---|---|---|
![]() | ApplyTo(Activity^) | When overridden in a derived class, applies the changes to the root Activity.(Inherited from WorkflowChangeAction.) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | ValidateChanges(Activity^) | When overridden in a derived class, validates the changes and returns a ValidationErrorCollection that contains any errors.(Inherited from WorkflowChangeAction.) |
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


