Table of Contents

Struct ConnectionResponseContentShopStrategy

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[JsonConverter(typeof(ConnectionResponseContentShopStrategy.ConnectionResponseContentShopStrategySerializer))]
[Serializable]
public readonly record struct ConnectionResponseContentShopStrategy : IStringEnum, IEquatable<string>, IEquatable<ConnectionResponseContentShopStrategy>
Implements
Inherited Members

Constructors

ConnectionResponseContentShopStrategy(string)

public ConnectionResponseContentShopStrategy(string value)

Parameters

value string

Fields

Shop

public static readonly ConnectionResponseContentShopStrategy Shop

Field Value

ConnectionResponseContentShopStrategy

Properties

Value

The string value of the enum.

public string Value { get; }

Property Value

string

Methods

Equals(string?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(string? other)

Parameters

other string

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

FromCustom(string)

Create a string enum with the given value.

public static ConnectionResponseContentShopStrategy FromCustom(string value)

Parameters

value string

Returns

ConnectionResponseContentShopStrategy

ToString()

Returns the string value of the enum.

public override string ToString()

Returns

string

Operators

operator ==(ConnectionResponseContentShopStrategy, string)

public static bool operator ==(ConnectionResponseContentShopStrategy value1, string value2)

Parameters

value1 ConnectionResponseContentShopStrategy
value2 string

Returns

bool

explicit operator string(ConnectionResponseContentShopStrategy)

public static explicit operator string(ConnectionResponseContentShopStrategy value)

Parameters

value ConnectionResponseContentShopStrategy

Returns

string

explicit operator ConnectionResponseContentShopStrategy(string)

public static explicit operator ConnectionResponseContentShopStrategy(string value)

Parameters

value string

Returns

ConnectionResponseContentShopStrategy

operator !=(ConnectionResponseContentShopStrategy, string)

public static bool operator !=(ConnectionResponseContentShopStrategy value1, string value2)

Parameters

value1 ConnectionResponseContentShopStrategy
value2 string

Returns

bool