Summary
Create modifier struct.
- Namespace
- FluentSpecification
.Core .Validation - Containing Type
- TraceMessageModifier
Syntax
[PublicAPI]
public TraceMessageModifier(string connector, string mergeFormat = "{0}", string overallFormat = "{0}")
Attributes
| Type | Description |
|---|---|
| PublicAPI |
Parameters
| Name | Type | Description |
|---|---|---|
| connector | string | Connector string. See Connector. |
| mergeFormat | string | Single message format. See MergeFormat. |
| overallFormat | string | Whole message format. See OverallFormat. |
Return Value
| Type | Description |
|---|---|
| void |

