Class ContextMappings
Inheritance
System.Object
ContextMappings
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class ContextMappings : object
Constructors
|
Edit this page
View Source
ContextMappings()
Declaration
|
Edit this page
View Source
ContextMappings(IDictionary<String, IList<MappingDescription>>, String)
Declaration
public ContextMappings(IDictionary<string, IList<MappingDescription>> mappingDict, string parentId = null)
Parameters
Type |
Name |
Description |
IDictionary<System.String, IList<MappingDescription>> |
mappingDict |
|
System.String |
parentId |
|
Properties
|
Edit this page
View Source
Mappings
Declaration
public IDictionary<string, IDictionary<string, IList<MappingDescription>>> Mappings { get; }
Property Value
Type |
Description |
IDictionary<System.String, IDictionary<System.String, IList<MappingDescription>>> |
|
|
Edit this page
View Source
ParentId
Declaration
public string ParentId { get; }
Property Value
Type |
Description |
System.String |
|