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
stringproperties
IDictionary<string, object>
Properties
Name
public string Name { get; set; }
Property Value
Source
public IDictionary<string, object> Source { get; set; }