Struct ActionExecutionStatusEnum
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[JsonConverter(typeof(ActionExecutionStatusEnum.ActionExecutionStatusEnumSerializer))]
[Serializable]
public readonly record struct ActionExecutionStatusEnum : IStringEnum, IEquatable<string>, IEquatable<ActionExecutionStatusEnum>
- Implements
- Inherited Members
Constructors
ActionExecutionStatusEnum(string)
public ActionExecutionStatusEnum(string value)
Parameters
valuestring
Fields
Canceled
public static readonly ActionExecutionStatusEnum Canceled
Field Value
Final
public static readonly ActionExecutionStatusEnum Final
Field Value
Partial
public static readonly ActionExecutionStatusEnum Partial
Field Value
Pending
public static readonly ActionExecutionStatusEnum Pending
Field Value
Suspended
public static readonly ActionExecutionStatusEnum Suspended
Field Value
Unspecified
public static readonly ActionExecutionStatusEnum Unspecified
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 ActionExecutionStatusEnum FromCustom(string value)
Parameters
valuestring
Returns
ToString()
Returns the string value of the enum.
public override string ToString()
Returns
Operators
operator ==(ActionExecutionStatusEnum, string)
public static bool operator ==(ActionExecutionStatusEnum value1, string value2)
Parameters
value1ActionExecutionStatusEnumvalue2string
Returns
explicit operator string(ActionExecutionStatusEnum)
public static explicit operator string(ActionExecutionStatusEnum value)
Parameters
Returns
explicit operator ActionExecutionStatusEnum(string)
public static explicit operator ActionExecutionStatusEnum(string value)
Parameters
valuestring
Returns
operator !=(ActionExecutionStatusEnum, string)
public static bool operator !=(ActionExecutionStatusEnum value1, string value2)
Parameters
value1ActionExecutionStatusEnumvalue2string