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 SourceName
Gets the name of the constructor parameter.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets the type of the constructor parameter.
Declaration
public ConstructorParamType Type { get; }
Property Value
Type | Description |
---|---|
ConstructorParamType |
Value
Gets the value of the constructor parameter.
Declaration
public object Value { get; }
Property Value
Type | Description |
---|---|
System.Object |