Property | Type | Description | |
---|---|---|---|
initialized | bool | ||
parameterModel | |||
reference | string |
Method | Description | |
---|---|---|
DependencyModel ( String dependencyKey, |
Initializes a new instance of the DependencyModel class.
|
|
DependencyModel ( string dependencyKey, |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
Init ( |
||
ToString ( ) : string |
Returns a T:System.String that represents the current T:System.Object.
|
Method | Description | |
---|---|---|
GetParameterModelByType ( |
||
ObtainParameterModelByName ( |
||
ObtainParameterModelByType ( |
public DependencyModel ( String dependencyKey, |
||
dependencyKey | String | The dependency key. |
targetType | Type of the target. | |
isOptional | bool | if set to |
return | System |
public DependencyModel ( string dependencyKey, |
||
dependencyKey | string | |
targetType | ||
isOptional | bool | |
hasDefaultValue | bool | |
defaultValue | object | |
return | System |
public Init ( |
||
parameters | ||
return | void |
protected ParameterModel,Castle.Core parameterModel | ||
return |