TraceMessageModifier Struct

Summary

Internal message modifier structure for trace message composition. Used by SpecificationResultGenerator.
Namespace
FluentSpecification.Core.Validation
Base Types
  • object
  • ValueType
graph BT Type-->Base0["ValueType"] Base0-->Base1["object"] Type["TraceMessageModifier"] class Type type-node

Syntax

[PublicAPI]
public struct TraceMessageModifier : ValueType

Attributes

Type Description
PublicAPI

Constructors

Name Summary
TraceMessageModifier(string, string, string) Create modifier struct.

Properties

Name Value Summary
Connector string
String connector of two separate trace messages.
MergeFormat string
Single trace message string format
OverallFormat string
Whole message string format
GitHub