Table of Contents

Class PropertySource

Namespace
Steeltoe.Extensions.Configuration.ConfigServer
Assembly
Steeltoe.Extensions.Configuration.ConfigServerBase.dll
public class PropertySource
Inheritance
PropertySource
Inherited Members

Constructors

PropertySource()

public PropertySource()

PropertySource(string, IDictionary<string, object>)

public PropertySource(string name, IDictionary<string, object> properties)

Parameters

name string
properties IDictionary<string, object>

Properties

Name

public string Name { get; set; }

Property Value

string

Source

public IDictionary<string, object> Source { get; set; }

Property Value

IDictionary<string, object>