RuleSetReference Class
Holds the name of a RuleSet in the RuleSetCollection on the workflow. This class cannot be inherited.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
System.Workflow.ComponentModel::DependencyObject
System.Workflow.Activities.Rules::RuleSetReference
| Name | Description | |
|---|---|---|
![]() | RuleSetReference() | Initializes a new instance of the RuleSetReference class. |
![]() | RuleSetReference(String^) | Initializes a new instance of the RuleSetReference class using the name of the RuleSet. |
| Name | Description | |
|---|---|---|
![]() | DesignMode | Gets the value that indicates whether this instance is in design or run-time mode.(Inherited from DependencyObject.) |
![]() | RuleSetName | Gets or sets the name of the RuleSet that the activity evaluates. |
![]() | Site | Gets or sets a reference to the Site component of the DependencyObject.(Inherited from DependencyObject.) |
![]() | UserData | Gets an IDictionary that associates custom data with this class instance.(Inherited from DependencyObject.) |
| Name | Description | |
|---|---|---|
![]() | AddHandler(DependencyProperty^, Object^) | Adds a handler for an event of a DependencyObject.(Inherited from DependencyObject.) |
![]() | Dispose() | Releases all the resources used by the DependencyObject.(Inherited from DependencyObject.) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetBinding(DependencyProperty^) | Provides access to the ActivityBind associated with the specific DependencyProperty.(Inherited from DependencyObject.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | GetValue(DependencyProperty^) | Provides access to the value of the designated DependencyProperty.(Inherited from DependencyObject.) |
![]() | GetValueBase(DependencyProperty^) | Provides access to the bound object of a DependencyProperty and bypasses the GetValue override.(Inherited from DependencyObject.) |
![]() | IsBindingSet(DependencyProperty^) | Indicates whether the value of a DependencyProperty is set as a binding. See SetBinding.(Inherited from DependencyObject.) |
![]() | MetaEquals(DependencyObject^) | Determines whether the metaproperties of this DependencyObject equals the metaproperties of the parameterized DependencyObject.(Inherited from DependencyObject.) |
![]() | RemoveHandler(DependencyProperty^, Object^) | Removes an EventHandler from an associated DependencyProperty.(Inherited from DependencyObject.) |
![]() | RemoveProperty(DependencyProperty^) | Removes a DependencyProperty from the DependencyObject.(Inherited from DependencyObject.) |
![]() | SetBinding(DependencyProperty^, ActivityBind^) | Sets the ActivityBind for the specified DependencyProperty. (Inherited from DependencyObject.) |
![]() | SetReadOnlyPropertyValue(DependencyProperty^, Object^) | Sets the value of a DependencyProperty, which is read-only.(Inherited from DependencyObject.) |
![]() | SetValue(DependencyProperty^, Object^) | Sets the value of the DependencyProperty to the object.(Inherited from DependencyObject.) |
![]() | SetValueBase(DependencyProperty^, Object^) | Sets the value of the DependencyProperty to the specified Object, bypassing the SetValue.(Inherited from DependencyObject.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IComponent::Disposed | Represents the method that handles the Disposed event of a component.(Inherited from DependencyObject.) |
The following code example shows how to create a new instance of the RuleSetReference class and set it to the value of the PolicyActivity::RuleSetReference property. This code example is part of the RuleActionTrackingEventSample SDK Sample from the SimplePolicyWorkflow.designer.cs file. For more information, seeRuleActionTrackingEvent Sample.
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.





