Table of Contents

Class LengthsDetails

Namespace
EasyNetQ.Management.Client.Model
Assembly
EasyNetQ.Management.Client.dll
public record LengthsDetails : IEquatable<LengthsDetails>
Inheritance
LengthsDetails
Implements
Inherited Members

Constructors

LengthsDetails(LengthsDetails)

protected LengthsDetails(LengthsDetails original)

Parameters

original LengthsDetails

LengthsDetails(double, double, double, IReadOnlyList<LengthsSample>?)

public LengthsDetails(double Rate, double AvgRate, double Avg, IReadOnlyList<LengthsSample>? Samples = null)

Parameters

Rate double
AvgRate double
Avg double
Samples IReadOnlyList<LengthsSample>

Properties

Avg

public double Avg { get; init; }

Property Value

double

AvgRate

public double AvgRate { get; init; }

Property Value

double

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Rate

public double Rate { get; init; }

Property Value

double

Samples

public IReadOnlyList<LengthsSample>? Samples { get; init; }

Property Value

IReadOnlyList<LengthsSample>

Methods

Deconstruct(out double, out double, out double, out IReadOnlyList<LengthsSample>?)

public void Deconstruct(out double Rate, out double AvgRate, out double Avg, out IReadOnlyList<LengthsSample>? Samples)

Parameters

Rate double
AvgRate double
Avg double
Samples IReadOnlyList<LengthsSample>

Equals(LengthsDetails?)

public virtual bool Equals(LengthsDetails? other)

Parameters

other LengthsDetails

Returns

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

PrintMembers(StringBuilder)

protected virtual bool PrintMembers(StringBuilder builder)

Parameters

builder StringBuilder

Returns

bool

ToString()

public override string ToString()

Returns

string

<Clone>$()

public virtual LengthsDetails <Clone>$()

Returns

LengthsDetails

Operators

operator ==(LengthsDetails?, LengthsDetails?)

public static bool operator ==(LengthsDetails? left, LengthsDetails? right)

Parameters

left LengthsDetails
right LengthsDetails

Returns

bool

operator !=(LengthsDetails?, LengthsDetails?)

public static bool operator !=(LengthsDetails? left, LengthsDetails? right)

Parameters

left LengthsDetails
right LengthsDetails

Returns

bool