Class TimestampLevel
The timestamp level object
Inheritance
TimestampLevel
Inherited Members
Namespace: Dropbox.Api.Riviera
Assembly: Dropbox.Api.dll
Syntax
public class TimestampLevel
Constructors
View SourceTimestampLevel()
Initializes a new instance of the TimestampLevel class.
Declaration
public TimestampLevel()
Properties
View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public TimestampLevel.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| TimestampLevel.Other |
AsSentence
Gets this instance as a Sentence, or null.
Declaration
public TimestampLevel.Sentence AsSentence { get; }
Property Value
| Type | Description |
|---|---|
| TimestampLevel.Sentence |
AsUnknown
Gets this instance as a Unknown, or null.
Declaration
public TimestampLevel.Unknown AsUnknown { get; }
Property Value
| Type | Description |
|---|---|
| TimestampLevel.Unknown |
AsWord
Gets this instance as a Word, or null.
Declaration
public TimestampLevel.Word AsWord { get; }
Property Value
| Type | Description |
|---|---|
| TimestampLevel.Word |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsSentence
Gets a value indicating whether this instance is Sentence
Declaration
public bool IsSentence { 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 |
IsWord
Gets a value indicating whether this instance is Word
Declaration
public bool IsWord { get; }
Property Value
| Type | Description |
|---|---|
| bool |