- Assembly
- Rocket
.Surgery .Automation .Azurite .dll - Namespace
- Rocket
.Surgery .Automation .Azurite - Interfaces
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IConfigurationConvention"]
click Interface0 "/api/Rocket.Surgery.Extensions.Configuration/IConfigurationConvention"
Type-.->Interface1["IConvention<IConfigurationConventionContext>"]
Type-.->Interface2["IConvention"]
click Interface2 "/api/Rocket.Surgery.Conventions/IConvention"
Type["AzureiteConvention"]
class Type type-node
Syntax
public class AzureiteConvention : IConfigurationConvention,
IConvention<IConfigurationConventionContext>, IConvention
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Methods
Name | Value | Summary |
---|---|---|
For |
AzureiteConvention |
static
|
Register |
void |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|