Table of Contents

Class ApplyTagAction

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

Affect a tag to exchange. Tags are meta-information and do not alter the connection.

[ActionMetadata("Affect a tag to exchange. Tags are meta-information and do not alter the connection.")]
public class ApplyTagAction : Action
Inheritance
ApplyTagAction
Inherited Members

Properties

ActionScope

public override FilterScope ActionScope { get; }

Property Value

FilterScope

DefaultDescription

public override string DefaultDescription { get; }

Property Value

string

Tag

Tag value

public Tag? Tag { get; set; }

Property Value

Tag

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