Class GracePeriod
The grace period object
Inheritance
System.Object
GracePeriod
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.FileRequests
Assembly: Dropbox.Api.dll
Syntax
public class GracePeriod
Constructors
| Improve this Doc View SourceGracePeriod()
Initializes a new instance of the GracePeriod class.
Declaration
public GracePeriod()
Properties
| Improve this Doc View SourceAsAlways
Gets this instance as a Always, or null
.
Declaration
public GracePeriod.Always AsAlways { get; }
Property Value
Type | Description |
---|---|
GracePeriod.Always |
AsOneDay
Gets this instance as a OneDay, or null
.
Declaration
public GracePeriod.OneDay AsOneDay { get; }
Property Value
Type | Description |
---|---|
GracePeriod.OneDay |
AsOther
Gets this instance as a Other, or null
.
Declaration
public GracePeriod.Other AsOther { get; }
Property Value
Type | Description |
---|---|
GracePeriod.Other |
AsSevenDays
Gets this instance as a SevenDays, or null
.
Declaration
public GracePeriod.SevenDays AsSevenDays { get; }
Property Value
Type | Description |
---|---|
GracePeriod.SevenDays |
AsThirtyDays
Gets this instance as a ThirtyDays, or null
.
Declaration
public GracePeriod.ThirtyDays AsThirtyDays { get; }
Property Value
Type | Description |
---|---|
GracePeriod.ThirtyDays |
AsTwoDays
Gets this instance as a TwoDays, or null
.
Declaration
public GracePeriod.TwoDays AsTwoDays { get; }
Property Value
Type | Description |
---|---|
GracePeriod.TwoDays |
IsAlways
Gets a value indicating whether this instance is Always
Declaration
public bool IsAlways { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOneDay
Gets a value indicating whether this instance is OneDay
Declaration
public bool IsOneDay { 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 |
IsSevenDays
Gets a value indicating whether this instance is SevenDays
Declaration
public bool IsSevenDays { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsThirtyDays
Gets a value indicating whether this instance is ThirtyDays
Declaration
public bool IsThirtyDays { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTwoDays
Gets a value indicating whether this instance is TwoDays
Declaration
public bool IsTwoDays { get; }
Property Value
Type | Description |
---|---|
System.Boolean |