Struct CreateConnectionRequestContentVkontakteStrategy
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[JsonConverter(typeof(CreateConnectionRequestContentVkontakteStrategy.CreateConnectionRequestContentVkontakteStrategySerializer))]
[Serializable]
public readonly record struct CreateConnectionRequestContentVkontakteStrategy : IStringEnum, IEquatable<string>, IEquatable<CreateConnectionRequestContentVkontakteStrategy>
- Implements
- Inherited Members
Constructors
CreateConnectionRequestContentVkontakteStrategy(string)
public CreateConnectionRequestContentVkontakteStrategy(string value)
Parameters
valuestring
Fields
Vkontakte
public static readonly CreateConnectionRequestContentVkontakteStrategy Vkontakte
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 CreateConnectionRequestContentVkontakteStrategy FromCustom(string value)
Parameters
valuestring
Returns
ToString()
Returns the string value of the enum.
public override string ToString()
Returns
Operators
operator ==(CreateConnectionRequestContentVkontakteStrategy, string)
public static bool operator ==(CreateConnectionRequestContentVkontakteStrategy value1, string value2)
Parameters
value1CreateConnectionRequestContentVkontakteStrategyvalue2string
Returns
explicit operator string(CreateConnectionRequestContentVkontakteStrategy)
public static explicit operator string(CreateConnectionRequestContentVkontakteStrategy value)
Parameters
Returns
explicit operator CreateConnectionRequestContentVkontakteStrategy(string)
public static explicit operator CreateConnectionRequestContentVkontakteStrategy(string value)
Parameters
valuestring
Returns
operator !=(CreateConnectionRequestContentVkontakteStrategy, string)
public static bool operator !=(CreateConnectionRequestContentVkontakteStrategy value1, string value2)
Parameters
value1CreateConnectionRequestContentVkontakteStrategyvalue2string