Table of Contents

Class StdOutAction

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

Constructors

StdOutAction(string?)

public StdOutAction(string? text)

Parameters

text string

Properties

ActionScope

public override FilterScope ActionScope { get; }

Property Value

FilterScope

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