Show / Hide Table of Contents

Class JsonConfigurationService

Inheritance
Object
JsonConfigurationService
Implements
IConfigurationService<ToolConfiguration>
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Libplanet.Extensions.Cocona.Services
Assembly: Libplanet.Extensions.Cocona.dll
Syntax
public class JsonConfigurationService : IConfigurationService<ToolConfiguration>

Constructors

| Improve this Doc View Source

JsonConfigurationService(IFileSystem, String)

Declaration
public JsonConfigurationService(IFileSystem fileSystem, string configurationFileName)
Parameters
Type Name Description
Zio.IFileSystem fileSystem
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