Table of Contents

Class ChangeRequestMethodAction

Namespace
Fluxzy.Rules.Actions
Assembly
Fluxzy.Core.dll

Change the method of a request.

[ActionMetadata("Alter the method of an exchange.")]
public class ChangeRequestMethodAction : Action
Inheritance
ChangeRequestMethodAction
Inherited Members

Constructors

ChangeRequestMethodAction(string)

public ChangeRequestMethodAction(string newMethod)

Parameters

newMethod string

Properties

ActionScope

public override FilterScope ActionScope { get; }

Property Value

FilterScope

DefaultDescription

public override string DefaultDescription { get; }

Property Value

string

NewMethod

Method name

public string NewMethod { get; set; }

Property Value

string

Methods

GetExamples()

public override IEnumerable<ActionExample> GetExamples()

Returns

IEnumerable<ActionExample>

InternalAlter(ExchangeContext, Exchange?, Connection?, FilterScope, BreakPointManager)

public override ValueTask InternalAlter(ExchangeContext context, Exchange? exchange, Connection? connection, FilterScope scope, BreakPointManager breakPointManager)

Parameters

context ExchangeContext
exchange Exchange
connection Connection
scope FilterScope
breakPointManager BreakPointManager

Returns

ValueTask