Class PropertySource
Inheritance
System.Object
PropertySource
Assembly: Steeltoe.Extensions.Configuration.ConfigServerBase.dll
Syntax
public class PropertySource : object
Constructors
|
Edit this page
View Source
PropertySource()
Declaration
|
Edit this page
View Source
PropertySource(String, IDictionary<String, Object>)
Declaration
public PropertySource(string name, IDictionary<string, object> properties)
Parameters
Type |
Name |
Description |
System.String |
name |
|
IDictionary<System.String, System.Object> |
properties |
|
Properties
|
Edit this page
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Source
Declaration
public IDictionary<string, object> Source { get; set; }
Property Value
Type |
Description |
IDictionary<System.String, System.Object> |
|