Show / Hide Table of Contents

Class JsonConfigurationService

Inheritance
System.Object
JsonConfigurationService
Implements
IConfigurationService<ToolConfiguration>
Namespace: Libplanet.Extensions.Cocona.Services
Assembly: Libplanet.Extensions.Cocona.dll
Syntax
public class JsonConfigurationService : object, IConfigurationService<ToolConfiguration>

Constructors

| Improve this Doc View Source

JsonConfigurationService(IFileSystem, String)

Declaration
public JsonConfigurationService(IFileSystem fileSystem, string configurationFileName)
Parameters
Type Name Description
IFileSystem fileSystem
System.String configurationFileName

Methods

| Improve this Doc View Source

Load()

Declaration
public ToolConfiguration Load()
Returns
Type Description
ToolConfiguration
| Improve this Doc View Source

Store(ToolConfiguration)

Declaration
public void Store(ToolConfiguration configuration)
Parameters
Type Name Description
ToolConfiguration configuration

Implements

IConfigurationService<TConfiguration>
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium