API version:
Show / Hide Table of Contents

Class FeatureStageState

An enumeration of FeatureStageState values in the Okta API.

Inheritance
System.Object
StringEnum
FeatureStageState
Implements
System.IComparable
Inherited Members
StringEnum.Value
StringEnum.ToString()
StringEnum.Equals(Object)
StringEnum.GetHashCode()
StringEnum.CompareTo(Object)
StringEnum.Create<T>(String)
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
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.