Table of Contents

Class FileAppendAction

Namespace
Fluxzy.Rules.Actions
Assembly
Fluxzy.Core.dll
[ActionMetadata("Write to a file. Captured variable are interpreted.")]
public class FileAppendAction : MultipleScopeAction
Inheritance
FileAppendAction
Inherited Members

Constructors

FileAppendAction(string, string?)

public FileAppendAction(string filename, string? text)

Parameters

filename string
text string

Properties

DefaultDescription

public override string DefaultDescription { get; }

Property Value

string

Encoding

public string? Encoding { get; set; }

Property Value

string

Filename

public string Filename { 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