ActivityOutput<TOutput> Class
Defines the conventional output of IActivityWithTask<TInput, TOutput>.
Namespace
Songhay.Models
Base Types
  • object
graph BT Type-->Base0["object"] Type["ActivityOutput<TOutput>"] class Type type-node

Syntax

public class ActivityOutput<TOutput>

Type Parameters

Name Description
TOutput The type of the output.

Properties

Name Property Type Summary
Log string
Gets or sets the log.
Output TOutput
Gets or sets the output.

Extension Methods

Name Value Summary
IsAssignableToISerializable<ActivityOutput<TOutput>>() bool
Determines whether the specified type can be assigned to System.Runtime.Serialization.ISerializable.
ToObjectOrDbNull<ActivityOutput<TOutput>>() object
Boxes the nullable in object or returns DBNull.
ToReferenceTypeValueOrThrow<ActivityOutput<TOutput>>(string) T
Returns the non-null value of the specified, nullable reference type or throws an ArgumentNullException when the value is null.