MethodCallParameter Class |
Namespace: NLog.Targets
The MethodCallParameter type exposes the following members.
Name | Description | |
---|---|---|
MethodCallParameter |
Initializes a new instance of the MethodCallParameter class.
| |
MethodCallParameter(Layout) |
Initializes a new instance of the MethodCallParameter class.
| |
MethodCallParameter(String, Layout) |
Initializes a new instance of the MethodCallParameter class.
| |
MethodCallParameter(String, Layout, Type) |
Initializes a new instance of the MethodCallParameter class.
|
Name | Description | |
---|---|---|
DefaultValue |
Gets or sets the fallback value when result value is not available
| |
Layout |
Gets or sets the layout that should be use to calculate the value for the parameter.
| |
Name |
Gets or sets the name of the parameter.
| |
ParameterType |
Gets or sets the type of the parameter.
|
Name | Description | |
---|---|---|
RenderValue |
Render Result Value
|