Class SpaceCapsType
Space limit alert policy
Inheritance
System.Object
SpaceCapsType
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 SpaceCapsType
Constructors
| Improve this Doc View SourceSpaceCapsType()
Initializes a new instance of the SpaceCapsType class.
Declaration
public SpaceCapsType()
Properties
| Improve this Doc View SourceAsHard
Gets this instance as a Hard, or null
.
Declaration
public SpaceCapsType.Hard AsHard { get; }
Property Value
Type | Description |
---|---|
SpaceCapsType.Hard |
AsOff
Gets this instance as a Off, or null
.
Declaration
public SpaceCapsType.Off AsOff { get; }
Property Value
Type | Description |
---|---|
SpaceCapsType.Off |
AsOther
Gets this instance as a Other, or null
.
Declaration
public SpaceCapsType.Other AsOther { get; }
Property Value
Type | Description |
---|---|
SpaceCapsType.Other |
AsSoft
Gets this instance as a Soft, or null
.
Declaration
public SpaceCapsType.Soft AsSoft { get; }
Property Value
Type | Description |
---|---|
SpaceCapsType.Soft |
IsHard
Gets a value indicating whether this instance is Hard
Declaration
public bool IsHard { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOff
Gets a value indicating whether this instance is Off
Declaration
public bool IsOff { 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 |
IsSoft
Gets a value indicating whether this instance is Soft
Declaration
public bool IsSoft { get; }
Property Value
Type | Description |
---|---|
System.Boolean |