Class YamlToObjectParser

Parses partial YAML values to an existing object effectively overriding the object with values from the YAML

System.Object
  MarkdownMonster.Utilities.YamlToObjectParser
public class YamlToObjectParser : object

Class Members

MemberDescription

Constructor

GetOverriddenYamlInstance

Creates a custom configuration object that holds

public ApplicationConfiguration GetOverriddenYamlInstance(string markdown)

ParseYamlToObjectOverrides

Parses Yaml values to an existing object instance by mapping Yaml values, to object properties.

In case of error check the Errors collection.

public bool ParseYamlToObjectOverrides(string yaml,     object instance)

Errors

Requirements

Namespace: MarkdownMonster.Utilities
Assembly: markdownmonster.exe

© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic