Enum ProtoTraceValueSource
Where a value version came from, so a reader can tell "not visible" from "did not happen".
public enum ProtoTraceValueSource
- Extension Methods
Fields
ApplicationSide = 2Reported by the application itself (future: observer, outbox or telemetry bridge).
Observed = 1Seen in what the system returned; the identity was observed, not acted on.
TestSide = 0Created or changed by test-side code: ProtoTest.Data, a composed domain, the test itself.