Table of Contents

Class RuntimeEffectFactory

Namespace
DCR.Workflow.Effect
Assembly
DCR.Workflow.dll
public class RuntimeEffectFactory
Inheritance
RuntimeEffectFactory
Inherited Members
Extension Methods

Constructors

RuntimeEffectFactory(IServiceProvider, RuntimeConfiguration)

public RuntimeEffectFactory(IServiceProvider sp, RuntimeConfiguration effects)

Parameters

sp IServiceProvider
effects RuntimeConfiguration

Properties

Auths

public IEnumerable<string> Auths { get; }

Property Value

IEnumerable<string>

Effects

public IEnumerable<string> Effects { get; }

Property Value

IEnumerable<string>

Methods

GetEffect(string, Dictionary<string, string>)

public IEffect? GetEffect(string id, Dictionary<string, string> secrets)

Parameters

id string
secrets Dictionary<string, string>

Returns

IEffect