Class AdminAlertGeneralStateEnum
Alert state
Inheritance
AdminAlertGeneralStateEnum
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AdminAlertGeneralStateEnum
Constructors
View SourceAdminAlertGeneralStateEnum()
Initializes a new instance of the AdminAlertGeneralStateEnum class.
Declaration
public AdminAlertGeneralStateEnum()
Properties
View SourceAsActive
Gets this instance as a Active, or null.
Declaration
public AdminAlertGeneralStateEnum.Active AsActive { get; }
Property Value
| Type | Description |
|---|---|
| AdminAlertGeneralStateEnum.Active |
AsDismissed
Gets this instance as a Dismissed, or null.
Declaration
public AdminAlertGeneralStateEnum.Dismissed AsDismissed { get; }
Property Value
| Type | Description |
|---|---|
| AdminAlertGeneralStateEnum.Dismissed |
AsInProgress
Gets this instance as a InProgress, or null.
Declaration
public AdminAlertGeneralStateEnum.InProgress AsInProgress { get; }
Property Value
| Type | Description |
|---|---|
| AdminAlertGeneralStateEnum.InProgress |
AsNa
Gets this instance as a Na, or null.
Declaration
public AdminAlertGeneralStateEnum.Na AsNa { get; }
Property Value
| Type | Description |
|---|---|
| AdminAlertGeneralStateEnum.Na |
AsOther
Gets this instance as a Other, or null.
Declaration
public AdminAlertGeneralStateEnum.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| AdminAlertGeneralStateEnum.Other |
AsResolved
Gets this instance as a Resolved, or null.
Declaration
public AdminAlertGeneralStateEnum.Resolved AsResolved { get; }
Property Value
| Type | Description |
|---|---|
| AdminAlertGeneralStateEnum.Resolved |
IsActive
Gets a value indicating whether this instance is Active
Declaration
public bool IsActive { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsDismissed
Gets a value indicating whether this instance is Dismissed
Declaration
public bool IsDismissed { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsInProgress
Gets a value indicating whether this instance is InProgress
Declaration
public bool IsInProgress { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNa
Gets a value indicating whether this instance is Na
Declaration
public bool IsNa { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsResolved
Gets a value indicating whether this instance is Resolved
Declaration
public bool IsResolved { get; }
Property Value
| Type | Description |
|---|---|
| bool |