Table of Contents

Interface IConfigureActionBuilder

Namespace
Fluxzy.Rules.Extensions
Assembly
Fluxzy.Core.dll

Helper to build alteration rules in a fluent way

public interface IConfigureActionBuilder
Extension Methods

Properties

Setting

The current setting

FluxzySetting Setting { get; }

Property Value

FluxzySetting

Methods

Do(Action, params Action[])

Add one or more actions to the rule

IConfigureFilterBuilder Do(Action action, params Action[] actions)

Parameters

action Action
actions Action[]

Returns

IConfigureFilterBuilder