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
valuestring
Fields
Shop
public static readonly ConnectionResponseContentShopStrategy Shop
Field Value
Properties
Value
The string value of the enum.
public string Value { get; }
Property Value
Methods
Equals(string?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(string? other)
Parameters
otherstringAn object to compare with this object.
Returns
- bool
true if the current object is equal to the
otherparameter; otherwise, false.
FromCustom(string)
Create a string enum with the given value.
public static ConnectionResponseContentShopStrategy FromCustom(string value)
Parameters
valuestring
Returns
ToString()
Returns the string value of the enum.
public override string ToString()
Returns
Operators
operator ==(ConnectionResponseContentShopStrategy, string)
public static bool operator ==(ConnectionResponseContentShopStrategy value1, string value2)
Parameters
value1ConnectionResponseContentShopStrategyvalue2string
Returns
explicit operator string(ConnectionResponseContentShopStrategy)
public static explicit operator string(ConnectionResponseContentShopStrategy value)
Parameters
Returns
explicit operator ConnectionResponseContentShopStrategy(string)
public static explicit operator ConnectionResponseContentShopStrategy(string value)
Parameters
valuestring
Returns
operator !=(ConnectionResponseContentShopStrategy, string)
public static bool operator !=(ConnectionResponseContentShopStrategy value1, string value2)
Parameters
value1ConnectionResponseContentShopStrategyvalue2string