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
valuestring
Fields
GroupCreated
public static readonly EventStreamTestEventTypeEnum GroupCreated
Field Value
GroupDeleted
public static readonly EventStreamTestEventTypeEnum GroupDeleted
Field Value
GroupMemberAdded
public static readonly EventStreamTestEventTypeEnum GroupMemberAdded
Field Value
GroupMemberDeleted
public static readonly EventStreamTestEventTypeEnum GroupMemberDeleted
Field Value
GroupUpdated
public static readonly EventStreamTestEventTypeEnum GroupUpdated
Field Value
OrganizationConnectionAdded
public static readonly EventStreamTestEventTypeEnum OrganizationConnectionAdded
Field Value
OrganizationConnectionRemoved
public static readonly EventStreamTestEventTypeEnum OrganizationConnectionRemoved
Field Value
OrganizationConnectionUpdated
public static readonly EventStreamTestEventTypeEnum OrganizationConnectionUpdated
Field Value
OrganizationCreated
public static readonly EventStreamTestEventTypeEnum OrganizationCreated
Field Value
OrganizationDeleted
public static readonly EventStreamTestEventTypeEnum OrganizationDeleted
Field Value
OrganizationMemberAdded
public static readonly EventStreamTestEventTypeEnum OrganizationMemberAdded
Field Value
OrganizationMemberDeleted
public static readonly EventStreamTestEventTypeEnum OrganizationMemberDeleted
Field Value
OrganizationMemberRoleAssigned
public static readonly EventStreamTestEventTypeEnum OrganizationMemberRoleAssigned
Field Value
OrganizationMemberRoleDeleted
public static readonly EventStreamTestEventTypeEnum OrganizationMemberRoleDeleted
Field Value
OrganizationUpdated
public static readonly EventStreamTestEventTypeEnum OrganizationUpdated
Field Value
UserCreated
public static readonly EventStreamTestEventTypeEnum UserCreated
Field Value
UserDeleted
public static readonly EventStreamTestEventTypeEnum UserDeleted
Field Value
UserUpdated
public static readonly EventStreamTestEventTypeEnum UserUpdated
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 EventStreamTestEventTypeEnum FromCustom(string value)
Parameters
valuestring
Returns
ToString()
Returns the string value of the enum.
public override string ToString()
Returns
Operators
operator ==(EventStreamTestEventTypeEnum, string)
public static bool operator ==(EventStreamTestEventTypeEnum value1, string value2)
Parameters
value1EventStreamTestEventTypeEnumvalue2string
Returns
explicit operator string(EventStreamTestEventTypeEnum)
public static explicit operator string(EventStreamTestEventTypeEnum value)
Parameters
Returns
explicit operator EventStreamTestEventTypeEnum(string)
public static explicit operator EventStreamTestEventTypeEnum(string value)
Parameters
valuestring
Returns
operator !=(EventStreamTestEventTypeEnum, string)
public static bool operator !=(EventStreamTestEventTypeEnum value1, string value2)
Parameters
value1EventStreamTestEventTypeEnumvalue2string