Table of Contents

Property Outputs

Namespace
RuleWright.Core
Assembly
RuleWright.Core.dll

Outputs

All action outputs merged across fired rules; later rules overwrite earlier ones on key collisions.

public IReadOnlyDictionary<string, object?> Outputs { get; }

Property Value

IReadOnlyDictionary<string, object>