Class AdminAlertGeneralStateEnum
Alert state
Inheritance
System.Object
AdminAlertGeneralStateEnum
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 SourceAdminAlertGeneralStateEnum()
Initializes a new instance of the AdminAlertGeneralStateEnum class.
Declaration
public AdminAlertGeneralStateEnum()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsDismissed
Gets a value indicating whether this instance is Dismissed
Declaration
public bool IsDismissed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInProgress
Gets a value indicating whether this instance is InProgress
Declaration
public bool IsInProgress { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNa
Gets a value indicating whether this instance is Na
Declaration
public bool IsNa { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsResolved
Gets a value indicating whether this instance is Resolved
Declaration
public bool IsResolved { get; }
Property Value
Type | Description |
---|---|
System.Boolean |