Show / Hide Table of Contents

Class ConstructorParam

Defines a class that represents a single parameter used in constructors of dependency injection services.

Inheritance
System.Object
ConstructorParam
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Juhta.Net.Services
Assembly: Juhta.Net.Services.dll
Syntax
public class ConstructorParam

Properties

| Improve this Doc View Source

Name

Gets the name of the constructor parameter.

Declaration
public string Name { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Type

Gets the type of the constructor parameter.

Declaration
public ConstructorParamType Type { get; }
Property Value
Type Description
ConstructorParamType
| Improve this Doc View Source

Value

Gets the value of the constructor parameter.

Declaration
public object Value { get; }
Property Value
Type Description
System.Object
  • Improve this Doc
  • View Source
Back to top Copyright © 2017-2019 Juha Lähteenmäki
Generated by DocFX