Table of Contents

Class AbstractApplicationContext.NameToTypeMapping

Namespace
Steeltoe.Common.Contexts
Assembly
Steeltoe.Common.dll
public class AbstractApplicationContext.NameToTypeMapping
Inheritance
AbstractApplicationContext.NameToTypeMapping
Inherited Members

Constructors

NameToTypeMapping(string, Type)

public NameToTypeMapping(string name, Type type)

Parameters

name string
type Type

Properties

Name

public string Name { get; }

Property Value

string

Type

public Type Type { get; }

Property Value

Type