Class ContextMappings
- Namespace
- Steeltoe.Management.Endpoint.Mappings
- Assembly
- Steeltoe.Management.EndpointBase.dll
public class ContextMappings
- Inheritance
-
ContextMappings
- Inherited Members
Constructors
ContextMappings()
public ContextMappings()
ContextMappings(IDictionary<string, IList<MappingDescription>>, string)
public ContextMappings(IDictionary<string, IList<MappingDescription>> mappingDict, string parentId = null)
Parameters
mappingDict
IDictionary<string, IList<MappingDescription>>parentId
string
Properties
Mappings
[JsonProperty("mappings")]
public IDictionary<string, IDictionary<string, IList<MappingDescription>>> Mappings { get; }
Property Value
ParentId
[JsonProperty("parentId")]
public string ParentId { get; }