Table of Contents

Class StdErrAction

Namespace
Fluxzy.Rules.Actions
Assembly
Fluxzy.Core.dll
[ActionMetadata("Write text to standard error. Captured variable are interpreted.", NonDesktopAction = true)]
public class StdErrAction : MultipleScopeAction
Inheritance
StdErrAction
Inherited Members

Constructors

StdErrAction(string?)

public StdErrAction(string? text)

Parameters

text string

Properties

DefaultDescription

public override string DefaultDescription { get; }

Property Value

string

Text

public string? Text { get; set; }

Property Value

string

Methods

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

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

Parameters

context ExchangeContext
exchange Exchange
connection Connection
scope FilterScope
breakPointManager BreakPointManager

Returns

ValueTask