Class JsonConfigurationCandidatePreparation
Represents one reusable candidate-preparation bundle that can be assigned to switchable JSON registrations.
Implements
Inherited Members
Namespace: Eigenverft.NetLib.Infrastructure.Hosting.Configuration.SwitchableJson
Assembly: Eigenverft.NetLib.Infrastructure.dll
Syntax
public sealed class JsonConfigurationCandidatePreparation : IJsonConfigurationSourcePreparation
Properties
| Edit this page View SourceName
Gets the descriptive name of this reusable candidate-preparation bundle.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
| Edit this page View SourcePrepare(JsonConfigurationSourcePreparationContext)
Prepares the isolated candidate snapshot.
Declaration
public void Prepare(JsonConfigurationSourcePreparationContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| JsonConfigurationSourcePreparationContext | context | Candidate source path and mutable isolated configuration values. |
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents the current object. |