Table of Contents

Class ConsumerArguments

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

Constructors

ConsumerArguments(ConsumerArguments)

protected ConsumerArguments(ConsumerArguments original)

Parameters

original ConsumerArguments

ConsumerArguments(CreditArgument?)

public ConsumerArguments(CreditArgument? Credit)

Parameters

Credit CreditArgument

Properties

Credit

[JsonPropertyName("x-credit")]
public CreditArgument? Credit { get; init; }

Property Value

CreditArgument

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Methods

Deconstruct(out CreditArgument?)

public void Deconstruct(out CreditArgument? Credit)

Parameters

Credit CreditArgument

Equals(ConsumerArguments?)

public virtual bool Equals(ConsumerArguments? other)

Parameters

other ConsumerArguments

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 ConsumerArguments <Clone>$()

Returns

ConsumerArguments

Operators

operator ==(ConsumerArguments?, ConsumerArguments?)

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

Parameters

left ConsumerArguments
right ConsumerArguments

Returns

bool

operator !=(ConsumerArguments?, ConsumerArguments?)

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

Parameters

left ConsumerArguments
right ConsumerArguments

Returns

bool