Dropbox .NET SDK

Class AdminAlertGeneralStateEnum

Alert state

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

Constructors

View Source

AdminAlertGeneralStateEnum()

Initializes a new instance of the AdminAlertGeneralStateEnum class.

Declaration
public AdminAlertGeneralStateEnum()

Properties

View Source

AsActive

Gets this instance as a Active, or null.

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

AsDismissed

Gets this instance as a Dismissed, or null.

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

AsInProgress

Gets this instance as a InProgress, or null.

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

AsNa

Gets this instance as a Na, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsResolved

Gets this instance as a Resolved, or null.

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

IsActive

Gets a value indicating whether this instance is Active

Declaration
public bool IsActive { get; }
Property Value
Type Description
bool
View Source

IsDismissed

Gets a value indicating whether this instance is Dismissed

Declaration
public bool IsDismissed { get; }
Property Value
Type Description
bool
View Source

IsInProgress

Gets a value indicating whether this instance is InProgress

Declaration
public bool IsInProgress { get; }
Property Value
Type Description
bool
View Source

IsNa

Gets a value indicating whether this instance is Na

Declaration
public bool IsNa { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsResolved

Gets a value indicating whether this instance is Resolved

Declaration
public bool IsResolved { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK