Skip to content

markdoccore ISettingsCreator

Denis Akopyan edited this page Mar 6, 2022 · 1 revision

ISettingsCreator interface

Description

Interface for settings creators

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph MarkDoc.Core
  MarkDoc.Core.ISettingsCreator[[ISettingsCreator]]
  class MarkDoc.Core.ISettingsCreator interfaceStyle;
  end
Loading

Members

Methods

Public methods

Returns Name
T CreateSettings(IReadOnlyDictionary<string, string> data)

Details

Summary

Interface for settings creators

Methods

CreateSettings

public abstract T CreateSettings<T>(IReadOnlyDictionary<string, string> data)
where T : ILibrarySettings
Arguments
Type Name Description
IReadOnlyDictionary<string, string> data

Generated with MarkDoc

Clone this wiki locally