Class ProtoDataExplanation
Explains how ProtoTest.Data resolved an object's values.
public sealed record ProtoDataExplanation : IEquatable<ProtoDataExplanation>
- Inheritance
-
ProtoDataExplanation
- Implements
- Inherited Members
- Extension Methods
Constructors
ProtoDataExplanation(Type, IReadOnlyList<ProtoDataValueExplanation>, string)
Explains how ProtoTest.Data resolved an object's values.
public ProtoDataExplanation(Type TargetType, IReadOnlyList<ProtoDataValueExplanation> Values, string ConstructionSource)
Parameters
TargetTypeTypeValuesIReadOnlyList<ProtoDataValueExplanation>ConstructionSourcestring
Properties
ConstructionSource
public string ConstructionSource { get; init; }
Property Value
TargetType
public Type TargetType { get; init; }
Property Value
Values
public IReadOnlyList<ProtoDataValueExplanation> Values { get; init; }