Метод | Описание | |
---|---|---|
AppliesToTarget ( IContext context, ITarget target ) : bool |
Determines if the parameter applies to the given target. Only one parameter may return true. |
|
ConstructorArgument ( string name, Func |
Initializes a new instance of the ConstructorArgument class.
|
|
ConstructorArgument ( string name, Func |
Initializes a new instance of the ConstructorArgument class.
|
|
ConstructorArgument ( string name, object>.Func |
Initializes a new instance of the ConstructorArgument class.
|
|
ConstructorArgument ( string name, object>.Func |
Initializes a new instance of the ConstructorArgument class.
|
|
ConstructorArgument ( string name, object value ) : System |
Initializes a new instance of the ConstructorArgument class.
|
|
ConstructorArgument ( string name, object value, bool shouldInherit ) : System |
Initializes a new instance of the ConstructorArgument class.
|
public AppliesToTarget ( IContext context, ITarget target ) : bool | ||
context | IContext | The context. |
target | ITarget | The target. |
Результат | bool |
public ConstructorArgument ( string name, Func |
||
name | string | The name of the argument to override. |
valueCallback | Func |
The callback to invoke to get the value that should be injected. |
Результат | System |
public ConstructorArgument ( string name, Func |
||
name | string | The name of the argument to override. |
valueCallback | Func |
The callback to invoke to get the value that should be injected. |
shouldInherit | bool | if set to |
Результат | System |
public ConstructorArgument ( string name, object>.Func |
||
name | string | The name of the argument to override. |
valueCallback | object>.Func | The callback to invoke to get the value that should be injected. |
Результат | System |
public ConstructorArgument ( string name, object>.Func |
||
name | string | The name of the argument to override. |
valueCallback | object>.Func | The callback to invoke to get the value that should be injected. |
shouldInherit | bool | if set to |
Результат | System |
public ConstructorArgument ( string name, object value ) : System | ||
name | string | The name of the argument to override. |
value | object | The value to inject into the property. |
Результат | System |
public ConstructorArgument ( string name, object value, bool shouldInherit ) : System | ||
name | string | The name of the argument to override. |
value | object | The value to inject into the property. |
shouldInherit | bool | Whether the parameter should be inherited into child requests. |
Результат | System |