IActivityConfigurationSupport Interface
Defines IConfigurationRoot support for an IActivity.
graph BT Type["IActivityConfigurationSupport"] class Type type-node

Syntax

public interface IActivityConfigurationSupport

Methods

Name Return Value Summary
AddConfiguration(IConfigurationRoot?) void
Adds the configuration.

Extension Methods

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