Property | Type | Description | |
---|---|---|---|
ChooseConstructor | |||
ConvertChildParameter | object | ||
ConvertConstructorParameters | object[] | ||
ConvertPropertyValues | void | ||
CreateInstance | object | ||
FindChildIgnoreCase | IConfiguration |
Method | Description | |
---|---|---|
CanHandleType ( |
||
PerformConversion ( IConfiguration configuration, |
||
PerformConversion ( string value, |
Method | Description | |
---|---|---|
ChooseConstructor ( |
Chooses the first non default constructor. Throws an exception if more than one non default constructor is found
|
|
ConvertChildParameter ( IConfiguration config, |
||
ConvertConstructorParameters ( |
Converts the constructor parameters.
|
|
ConvertPropertyValues ( object instance, |
Converts the property values.
|
|
CreateInstance ( |
Creates the target type instance.
|
|
FindChildIgnoreCase ( IConfiguration config, string name ) : IConfiguration |
Finds the child (case insensitive).
|
public CanHandleType ( |
||
type | ||
return | bool |
public PerformConversion ( IConfiguration configuration, |
||
configuration | IConfiguration | |
targetType | ||
return | object |
public PerformConversion ( string value, |
||
value | string | |
targetType | ||
return | object |