RuleStatementAction Class

 

Specifies a property or field to update or a method to run using the CodeDom types.

Namespace:   System.Workflow.Activities.Rules
Assembly:  System.Workflow.Activities (in System.Workflow.Activities.dll)

System::Object
  System.Workflow.Activities.Rules::RuleAction
    System.Workflow.Activities.Rules::RuleStatementAction

[SerializableAttribute]
public ref class RuleStatementAction : RuleAction

NameDescription
System_CAPS_pubmethodRuleStatementAction()

Initializes a new instance of the RuleStatementAction class.

System_CAPS_pubmethodRuleStatementAction(CodeExpression^)

Initializes a new instance of the RuleStatementAction class using a CodeExpression.

System_CAPS_pubmethodRuleStatementAction(CodeStatement^)

Initializes a new instance of the RuleStatementAction class using a CodeStatement.

NameDescription
System_CAPS_pubpropertyCodeDomStatement

Gets or sets the code statement specifying the action to perform.

NameDescription
System_CAPS_pubmethodClone()

Creates a deep copy of the current RuleAction.(Overrides RuleAction::Clone().)

System_CAPS_pubmethodEquals(Object^)

Determines whether two object instances are equal.(Overrides Object::Equals(Object^).)

System_CAPS_pubmethodExecute(RuleExecution^)

Executes the RuleAction using the specified RuleExecution.(Overrides RuleAction::Execute(RuleExecution^).)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Returns the hash code for this instance.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetSideEffects(RuleValidation^)

Returns the fields and properties updated by a RuleAction.(Overrides RuleAction::GetSideEffects(RuleValidation^).)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns the string value of the action. (Overrides Object::ToString().)

System_CAPS_pubmethodValidate(RuleValidation^)

Verifies that the RuleAction is configured correctly and has no errors.(Overrides RuleAction::Validate(RuleValidation^).)

.NET Framework
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.

Return to top
Show: