Class MessagingShapeMatchData

Namespace
ProtoTest.Messaging
Assembly
ProtoTest.Messaging.dll

Shape-match data attached to a messaging.contract.shape observation.

public sealed record MessagingShapeMatchData : IEquatable<MessagingShapeMatchData>
Inheritance
MessagingShapeMatchData
Implements
Inherited Members
Extension Methods

Constructors

MessagingShapeMatchData(string, IReadOnlyList<string>)

Shape-match data attached to a messaging.contract.shape observation.

public MessagingShapeMatchData(string Destination, IReadOnlyList<string> MatchedProperties)

Parameters

Destination string
MatchedProperties IReadOnlyList<string>

Properties

Destination

public string Destination { get; init; }

Property Value

string

MatchedProperties

public IReadOnlyList<string> MatchedProperties { get; init; }

Property Value

IReadOnlyList<string>