Table of Contents

Struct EventStreamCloudEventOrgMemberAddedTypeEnum

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

Constructors

EventStreamCloudEventOrgMemberAddedTypeEnum(string)

public EventStreamCloudEventOrgMemberAddedTypeEnum(string value)

Parameters

value string

Fields

OrganizationMemberAdded

public static readonly EventStreamCloudEventOrgMemberAddedTypeEnum OrganizationMemberAdded

Field Value

EventStreamCloudEventOrgMemberAddedTypeEnum

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

Parameters

value string

Returns

EventStreamCloudEventOrgMemberAddedTypeEnum

ToString()

Returns the string value of the enum.

public override string ToString()

Returns

string

Operators

operator ==(EventStreamCloudEventOrgMemberAddedTypeEnum, string)

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

Parameters

value1 EventStreamCloudEventOrgMemberAddedTypeEnum
value2 string

Returns

bool

explicit operator string(EventStreamCloudEventOrgMemberAddedTypeEnum)

public static explicit operator string(EventStreamCloudEventOrgMemberAddedTypeEnum value)

Parameters

value EventStreamCloudEventOrgMemberAddedTypeEnum

Returns

string

explicit operator EventStreamCloudEventOrgMemberAddedTypeEnum(string)

public static explicit operator EventStreamCloudEventOrgMemberAddedTypeEnum(string value)

Parameters

value string

Returns

EventStreamCloudEventOrgMemberAddedTypeEnum

operator !=(EventStreamCloudEventOrgMemberAddedTypeEnum, string)

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

Parameters

value1 EventStreamCloudEventOrgMemberAddedTypeEnum
value2 string

Returns

bool