Table of Contents

Struct BrandingThemeWidgetSocialButtonsLayoutEnum

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

Constructors

BrandingThemeWidgetSocialButtonsLayoutEnum(string)

public BrandingThemeWidgetSocialButtonsLayoutEnum(string value)

Parameters

value string

Fields

Bottom

public static readonly BrandingThemeWidgetSocialButtonsLayoutEnum Bottom

Field Value

BrandingThemeWidgetSocialButtonsLayoutEnum

Top

public static readonly BrandingThemeWidgetSocialButtonsLayoutEnum Top

Field Value

BrandingThemeWidgetSocialButtonsLayoutEnum

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

Parameters

value string

Returns

BrandingThemeWidgetSocialButtonsLayoutEnum

ToString()

Returns the string value of the enum.

public override string ToString()

Returns

string

Operators

operator ==(BrandingThemeWidgetSocialButtonsLayoutEnum, string)

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

Parameters

value1 BrandingThemeWidgetSocialButtonsLayoutEnum
value2 string

Returns

bool

explicit operator string(BrandingThemeWidgetSocialButtonsLayoutEnum)

public static explicit operator string(BrandingThemeWidgetSocialButtonsLayoutEnum value)

Parameters

value BrandingThemeWidgetSocialButtonsLayoutEnum

Returns

string

explicit operator BrandingThemeWidgetSocialButtonsLayoutEnum(string)

public static explicit operator BrandingThemeWidgetSocialButtonsLayoutEnum(string value)

Parameters

value string

Returns

BrandingThemeWidgetSocialButtonsLayoutEnum

operator !=(BrandingThemeWidgetSocialButtonsLayoutEnum, string)

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

Parameters

value1 BrandingThemeWidgetSocialButtonsLayoutEnum
value2 string

Returns

bool