Table of Contents

Struct EventStreamTestEventTypeEnum

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

Constructors

EventStreamTestEventTypeEnum(string)

public EventStreamTestEventTypeEnum(string value)

Parameters

value string

Fields

GroupCreated

public static readonly EventStreamTestEventTypeEnum GroupCreated

Field Value

EventStreamTestEventTypeEnum

GroupDeleted

public static readonly EventStreamTestEventTypeEnum GroupDeleted

Field Value

EventStreamTestEventTypeEnum

GroupMemberAdded

public static readonly EventStreamTestEventTypeEnum GroupMemberAdded

Field Value

EventStreamTestEventTypeEnum

GroupMemberDeleted

public static readonly EventStreamTestEventTypeEnum GroupMemberDeleted

Field Value

EventStreamTestEventTypeEnum

GroupUpdated

public static readonly EventStreamTestEventTypeEnum GroupUpdated

Field Value

EventStreamTestEventTypeEnum

OrganizationConnectionAdded

public static readonly EventStreamTestEventTypeEnum OrganizationConnectionAdded

Field Value

EventStreamTestEventTypeEnum

OrganizationConnectionRemoved

public static readonly EventStreamTestEventTypeEnum OrganizationConnectionRemoved

Field Value

EventStreamTestEventTypeEnum

OrganizationConnectionUpdated

public static readonly EventStreamTestEventTypeEnum OrganizationConnectionUpdated

Field Value

EventStreamTestEventTypeEnum

OrganizationCreated

public static readonly EventStreamTestEventTypeEnum OrganizationCreated

Field Value

EventStreamTestEventTypeEnum

OrganizationDeleted

public static readonly EventStreamTestEventTypeEnum OrganizationDeleted

Field Value

EventStreamTestEventTypeEnum

OrganizationMemberAdded

public static readonly EventStreamTestEventTypeEnum OrganizationMemberAdded

Field Value

EventStreamTestEventTypeEnum

OrganizationMemberDeleted

public static readonly EventStreamTestEventTypeEnum OrganizationMemberDeleted

Field Value

EventStreamTestEventTypeEnum

OrganizationMemberRoleAssigned

public static readonly EventStreamTestEventTypeEnum OrganizationMemberRoleAssigned

Field Value

EventStreamTestEventTypeEnum

OrganizationMemberRoleDeleted

public static readonly EventStreamTestEventTypeEnum OrganizationMemberRoleDeleted

Field Value

EventStreamTestEventTypeEnum

OrganizationUpdated

public static readonly EventStreamTestEventTypeEnum OrganizationUpdated

Field Value

EventStreamTestEventTypeEnum

UserCreated

public static readonly EventStreamTestEventTypeEnum UserCreated

Field Value

EventStreamTestEventTypeEnum

UserDeleted

public static readonly EventStreamTestEventTypeEnum UserDeleted

Field Value

EventStreamTestEventTypeEnum

UserUpdated

public static readonly EventStreamTestEventTypeEnum UserUpdated

Field Value

EventStreamTestEventTypeEnum

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

Parameters

value string

Returns

EventStreamTestEventTypeEnum

ToString()

Returns the string value of the enum.

public override string ToString()

Returns

string

Operators

operator ==(EventStreamTestEventTypeEnum, string)

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

Parameters

value1 EventStreamTestEventTypeEnum
value2 string

Returns

bool

explicit operator string(EventStreamTestEventTypeEnum)

public static explicit operator string(EventStreamTestEventTypeEnum value)

Parameters

value EventStreamTestEventTypeEnum

Returns

string

explicit operator EventStreamTestEventTypeEnum(string)

public static explicit operator EventStreamTestEventTypeEnum(string value)

Parameters

value string

Returns

EventStreamTestEventTypeEnum

operator !=(EventStreamTestEventTypeEnum, string)

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

Parameters

value1 EventStreamTestEventTypeEnum
value2 string

Returns

bool