This documentation is archived and is not being maintained.
RuleStatementAction Class
Visual Studio 2010
Specifies a property or field to update or a method to run using the CodeDom types.
System::Object
System.Workflow.Activities.Rules::RuleAction
System.Workflow.Activities.Rules::RuleStatementAction
System.Workflow.Activities.Rules::RuleAction
System.Workflow.Activities.Rules::RuleStatementAction
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
The RuleStatementAction type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | RuleStatementAction() | Initializes a new instance of the RuleStatementAction class. |
![]() | RuleStatementAction(CodeExpression) | Initializes a new instance of the RuleStatementAction class using a CodeExpression. |
![]() | RuleStatementAction(CodeStatement) | Initializes a new instance of the RuleStatementAction class using a CodeStatement. |
| Name | Description | |
|---|---|---|
![]() | Clone | Creates a deep copy of the current RuleAction. (Overrides RuleAction::Clone().) |
![]() | Equals | Determines whether two object instances are equal. (Overrides Object::Equals(Object).) |
![]() | Execute | Executes the RuleAction using the specified RuleExecution. (Overrides RuleAction::Execute(RuleExecution).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Returns the hash code for this instance. (Overrides Object::GetHashCode().) |
![]() | GetSideEffects | Returns the fields and properties updated by a RuleAction. (Overrides RuleAction::GetSideEffects(RuleValidation).) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns the string value of the action. (Overrides Object::ToString().) |
![]() | Validate | Verifies that the RuleAction is configured correctly and has no errors. (Overrides RuleAction::Validate(RuleValidation).) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
