Class FeatureStageState
An enumeration of FeatureStageState values in the Okta API.
Implements
System.IComparable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class FeatureStageState : StringEnum, IComparable
Constructors
FeatureStageState(String)
Creates a new FeatureStageState instance.
Declaration
public FeatureStageState(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use. |
Fields
Closed
The CLOSED FeatureStageState.
Declaration
public static FeatureStageState Closed
Field Value
Type | Description |
---|---|
FeatureStageState |
Open
The OPEN FeatureStageState.
Declaration
public static FeatureStageState Open
Field Value
Type | Description |
---|---|
FeatureStageState |
Operators
Implicit(String to FeatureStageState)
Implicit operator declaration to accept and convert a string value as a FeatureStageState
Declaration
public static implicit operator FeatureStageState(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use |
Returns
Type | Description |
---|---|
FeatureStageState |
Implements
System.IComparable