Defines
IConfigurationRoot
support
for an IActivity
.
- Namespace
- Songhay
.Abstractions
graph BT
Type["IActivityConfigurationSupport"]
class Type type-node
Syntax
public interface IActivityConfigurationSupport
Methods
Name | Return Value | Summary |
---|---|---|
AddConfiguration |
void |
Adds the configuration.
|
Extension Methods
Name | Value | Summary |
---|---|---|
Is |
bool |
Determines whether the specified type
can be assigned to
System.Runtime.Serialization.ISerializable .
From NullableExtensions
|
ToObjectOrDbNull |
object |
Boxes the nullable in
object
or returns DBNull .
From NullableExtensions
|
To |
T |
Returns the non-null value of the specified, nullable reference type
or throws an
ArgumentNullException
when the value is null.
From NullableExtensions
|