Show / Hide Table of Contents

    Class YamlConfigurationSource

    Represents a YAML document as an Microsoft.Extensions.Configuration.IConfigurationSource.
    Inheritance
    Microsoft.Extensions.Configuration.FileConfigurationSource
    YamlConfigurationSource
    Namespace: XploRe.Configuration
    Assembly: XploRe.Configuration.Yaml.dll
    Syntax
    public class YamlConfigurationSource : FileConfigurationSource

    Constructors

    Name Description
    YamlConfigurationSource()

    Properties

    Name Description
    DocumentIndex The zero-based YAML document index to read the configuration from. If the document does not exist, it is treated as an empty configuration file.

    Methods

    Name Description
    Build(IConfigurationBuilder) Builds the YamlConfigurationSource for the configured source.
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.