Show / Hide Table of Contents

Class AdminAlertGeneralStateEnum

Alert state

Inheritance
System.Object
AdminAlertGeneralStateEnum
AdminAlertGeneralStateEnum.Active
AdminAlertGeneralStateEnum.Dismissed
AdminAlertGeneralStateEnum.InProgress
AdminAlertGeneralStateEnum.Na
AdminAlertGeneralStateEnum.Other
AdminAlertGeneralStateEnum.Resolved
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AdminAlertGeneralStateEnum

Constructors

| Improve this Doc View Source

AdminAlertGeneralStateEnum()

Initializes a new instance of the AdminAlertGeneralStateEnum class.

Declaration
public AdminAlertGeneralStateEnum()

Properties

| Improve this Doc View Source

AsActive

Gets this instance as a Active, or null.

Declaration
public AdminAlertGeneralStateEnum.Active AsActive { get; }
Property Value
Type Description
AdminAlertGeneralStateEnum.Active
| Improve this Doc View Source

AsDismissed

Gets this instance as a Dismissed, or null.

Declaration
public AdminAlertGeneralStateEnum.Dismissed AsDismissed { get; }
Property Value
Type Description
AdminAlertGeneralStateEnum.Dismissed
| Improve this Doc View Source

AsInProgress

Gets this instance as a InProgress, or null.

Declaration
public AdminAlertGeneralStateEnum.InProgress AsInProgress { get; }
Property Value
Type Description
AdminAlertGeneralStateEnum.InProgress
| Improve this Doc View Source

AsNa

Gets this instance as a Na, or null.

Declaration
public AdminAlertGeneralStateEnum.Na AsNa { get; }
Property Value
Type Description
AdminAlertGeneralStateEnum.Na
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public AdminAlertGeneralStateEnum.Other AsOther { get; }
Property Value
Type Description
AdminAlertGeneralStateEnum.Other
| Improve this Doc View Source

AsResolved

Gets this instance as a Resolved, or null.

Declaration
public AdminAlertGeneralStateEnum.Resolved AsResolved { get; }
Property Value
Type Description
AdminAlertGeneralStateEnum.Resolved
| Improve this Doc View Source

IsActive

Gets a value indicating whether this instance is Active

Declaration
public bool IsActive { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsDismissed

Gets a value indicating whether this instance is Dismissed

Declaration
public bool IsDismissed { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInProgress

Gets a value indicating whether this instance is InProgress

Declaration
public bool IsInProgress { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsNa

Gets a value indicating whether this instance is Na

Declaration
public bool IsNa { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsResolved

Gets a value indicating whether this instance is Resolved

Declaration
public bool IsResolved { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AdminAlertGeneralStateEnum()
  • Properties
    • AsActive
    • AsDismissed
    • AsInProgress
    • AsNa
    • AsOther
    • AsResolved
    • IsActive
    • IsDismissed
    • IsInProgress
    • IsNa
    • IsOther
    • IsResolved
Back to top Generated by DocFX