Table of Contents

Class AuthMechanism

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

Constructors

AuthMechanism(AuthMechanism)

protected AuthMechanism(AuthMechanism original)

Parameters

original AuthMechanism

AuthMechanism(string, string, bool)

public AuthMechanism(string Name, string Description, bool Enabled)

Parameters

Name string
Description string
Enabled bool

Properties

Description

public string Description { get; init; }

Property Value

string

Enabled

public bool Enabled { get; init; }

Property Value

bool

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Name

public string Name { get; init; }

Property Value

string

Methods

Deconstruct(out string, out string, out bool)

public void Deconstruct(out string Name, out string Description, out bool Enabled)

Parameters

Name string
Description string
Enabled bool

Equals(AuthMechanism?)

public virtual bool Equals(AuthMechanism? other)

Parameters

other AuthMechanism

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

Returns

AuthMechanism

Operators

operator ==(AuthMechanism?, AuthMechanism?)

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

Parameters

left AuthMechanism
right AuthMechanism

Returns

bool

operator !=(AuthMechanism?, AuthMechanism?)

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

Parameters

left AuthMechanism
right AuthMechanism

Returns

bool