Show / Hide Table of Contents

Class GracePeriod

The grace period object

Inheritance
System.Object
GracePeriod
GracePeriod.Always
GracePeriod.OneDay
GracePeriod.Other
GracePeriod.SevenDays
GracePeriod.ThirtyDays
GracePeriod.TwoDays
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 Source

GracePeriod()

Initializes a new instance of the GracePeriod class.

Declaration
public GracePeriod()

Properties

| Improve this Doc View Source

AsAlways

Gets this instance as a Always, or null.

Declaration
public GracePeriod.Always AsAlways { get; }
Property Value
Type Description
GracePeriod.Always
| Improve this Doc View Source

AsOneDay

Gets this instance as a OneDay, or null.

Declaration
public GracePeriod.OneDay AsOneDay { get; }
Property Value
Type Description
GracePeriod.OneDay
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public GracePeriod.Other AsOther { get; }
Property Value
Type Description
GracePeriod.Other
| Improve this Doc View Source

AsSevenDays

Gets this instance as a SevenDays, or null.

Declaration
public GracePeriod.SevenDays AsSevenDays { get; }
Property Value
Type Description
GracePeriod.SevenDays
| Improve this Doc View Source

AsThirtyDays

Gets this instance as a ThirtyDays, or null.

Declaration
public GracePeriod.ThirtyDays AsThirtyDays { get; }
Property Value
Type Description
GracePeriod.ThirtyDays
| Improve this Doc View Source

AsTwoDays

Gets this instance as a TwoDays, or null.

Declaration
public GracePeriod.TwoDays AsTwoDays { get; }
Property Value
Type Description
GracePeriod.TwoDays
| Improve this Doc View Source

IsAlways

Gets a value indicating whether this instance is Always

Declaration
public bool IsAlways { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOneDay

Gets a value indicating whether this instance is OneDay

Declaration
public bool IsOneDay { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsSevenDays

Gets a value indicating whether this instance is SevenDays

Declaration
public bool IsSevenDays { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsThirtyDays

Gets a value indicating whether this instance is ThirtyDays

Declaration
public bool IsThirtyDays { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTwoDays

Gets a value indicating whether this instance is TwoDays

Declaration
public bool IsTwoDays { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GracePeriod()
  • Properties
    • AsAlways
    • AsOneDay
    • AsOther
    • AsSevenDays
    • AsThirtyDays
    • AsTwoDays
    • IsAlways
    • IsOneDay
    • IsOther
    • IsSevenDays
    • IsThirtyDays
    • IsTwoDays
Back to top Generated by DocFX