
Parses partial YAML values to an existing object effectively overriding the object with values from the YAML
MarkdownMonster.Utilities.YamlToObjectParser
public class YamlToObjectParser : object
Class Members
Member | Description | |
---|---|---|
![]() |
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 public bool ParseYamlToObjectOverrides(string yaml, object instance) |
![]() |
Errors |
Requirements
Namespace: MarkdownMonster.UtilitiesAssembly: markdownmonster.exe
© West Wind Technologies, 2016-2022 • Updated: 11/23/21
Comment or report problem with topic