Table of Contents

Struct EventStreamCloudEventConnectionUpdatedPreviousObject2StrategyEnum

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

Constructors

EventStreamCloudEventConnectionUpdatedPreviousObject2StrategyEnum(string)

public EventStreamCloudEventConnectionUpdatedPreviousObject2StrategyEnum(string value)

Parameters

value string

Fields

Samlp

public static readonly EventStreamCloudEventConnectionUpdatedPreviousObject2StrategyEnum Samlp

Field Value

EventStreamCloudEventConnectionUpdatedPreviousObject2StrategyEnum

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 EventStreamCloudEventConnectionUpdatedPreviousObject2StrategyEnum FromCustom(string value)

Parameters

value string

Returns

EventStreamCloudEventConnectionUpdatedPreviousObject2StrategyEnum

ToString()

Returns the string value of the enum.

public override string ToString()

Returns

string

Operators

operator ==(EventStreamCloudEventConnectionUpdatedPreviousObject2StrategyEnum, string)

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

Parameters

value1 EventStreamCloudEventConnectionUpdatedPreviousObject2StrategyEnum
value2 string

Returns

bool

explicit operator string(EventStreamCloudEventConnectionUpdatedPreviousObject2StrategyEnum)

public static explicit operator string(EventStreamCloudEventConnectionUpdatedPreviousObject2StrategyEnum value)

Parameters

value EventStreamCloudEventConnectionUpdatedPreviousObject2StrategyEnum

Returns

string

explicit operator EventStreamCloudEventConnectionUpdatedPreviousObject2StrategyEnum(string)

public static explicit operator EventStreamCloudEventConnectionUpdatedPreviousObject2StrategyEnum(string value)

Parameters

value string

Returns

EventStreamCloudEventConnectionUpdatedPreviousObject2StrategyEnum

operator !=(EventStreamCloudEventConnectionUpdatedPreviousObject2StrategyEnum, string)

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

Parameters

value1 EventStreamCloudEventConnectionUpdatedPreviousObject2StrategyEnum
value2 string

Returns

bool