Class DashStackType
The type of stack backend
Inheritance
DashStackType
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DashStackType
Constructors
View SourceDashStackType()
Initializes a new instance of the DashStackType class.
Declaration
public DashStackType()
Properties
View SourceAsCypress
Gets this instance as a Cypress, or null.
Declaration
public DashStackType.Cypress AsCypress { get; }
Property Value
| Type | Description |
|---|---|
| DashStackType.Cypress |
AsOther
Gets this instance as a Other, or null.
Declaration
public DashStackType.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| DashStackType.Other |
AsReferenceContainer
Gets this instance as a ReferenceContainer, or null.
Declaration
public DashStackType.ReferenceContainer AsReferenceContainer { get; }
Property Value
| Type | Description |
|---|---|
| DashStackType.ReferenceContainer |
AsUnknown
Gets this instance as a Unknown, or null.
Declaration
public DashStackType.Unknown AsUnknown { get; }
Property Value
| Type | Description |
|---|---|
| DashStackType.Unknown |
IsCypress
Gets a value indicating whether this instance is Cypress
Declaration
public bool IsCypress { 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 |
IsReferenceContainer
Gets a value indicating whether this instance is ReferenceContainer
Declaration
public bool IsReferenceContainer { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUnknown
Gets a value indicating whether this instance is Unknown
Declaration
public bool IsUnknown { get; }
Property Value
| Type | Description |
|---|---|
| bool |