Table of Contents

Class ActivityOutput<TOutput>

Namespace
Songhay.Models
Assembly
SonghayCore.dll

Defines the conventional output of IActivityTask<TInput, TOutput>.

public class ActivityOutput<TOutput>

Type Parameters

TOutput

The type of the output.

Inheritance
ActivityOutput<TOutput>
Inherited Members
Extension Methods

Properties

Log

Gets or sets the log.

public string? Log { get; set; }

Property Value

string

Output

Gets or sets the output.

public TOutput? Output { get; set; }

Property Value

TOutput