Table of Contents

Class PropertySourceDescriptor

Namespace
Steeltoe.Management.Endpoint.Env
Assembly
Steeltoe.Management.EndpointBase.dll
public class PropertySourceDescriptor
Inheritance
PropertySourceDescriptor
Inherited Members

Constructors

PropertySourceDescriptor(string, IDictionary<string, PropertyValueDescriptor>)

public PropertySourceDescriptor(string name, IDictionary<string, PropertyValueDescriptor> properties)

Parameters

name string
properties IDictionary<string, PropertyValueDescriptor>

Fields

Properties

[JsonProperty("properties")]
public IDictionary<string, PropertyValueDescriptor> Properties

Field Value

IDictionary<string, PropertyValueDescriptor>

Properties

Name

[JsonProperty("name")]
public string Name { get; }

Property Value

string