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