Table of Contents

Class ApplyCommentAction

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

Add comment to exchange. Comment does not alter the stream.

[ActionMetadata("Add comment to exchange. Comment has no effect on the stream behaviour.")]
public class ApplyCommentAction : Action
Inheritance
ApplyCommentAction
Inherited Members

Constructors

ApplyCommentAction(string?)

public ApplyCommentAction(string? comment)

Parameters

comment string

Properties

ActionScope

public override FilterScope ActionScope { get; }

Property Value

FilterScope

Comment

Comment

public string? Comment { get; set; }

Property Value

string

DefaultDescription

public override string DefaultDescription { get; }

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