Table of Contents

Class DerivedEffectOptions

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

Properties

Description

public string Description { get; set; }

Property Value

string

Id

[JsonIgnore]
public string Id { get; set; }

Property Value

string

Implementation

public Implementation Implementation { get; set; }

Property Value

Implementation

Outputs

public List<Output> Outputs { get; set; }

Property Value

List<Output>

Parameters

public List<Parameter> Parameters { get; set; }

Property Value

List<Parameter>

Methods

AppendToHash(IncrementalHash)

public void AppendToHash(IncrementalHash hash)

Parameters

hash IncrementalHash

Clone()

public DerivedEffectOptions Clone()

Returns

DerivedEffectOptions