Class ClassificationType
The type of classification (currently only personal information)
Inheritance
System.Object
ClassificationType
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 ClassificationType
Constructors
| Improve this Doc View SourceClassificationType()
Initializes a new instance of the ClassificationType class.
Declaration
public ClassificationType()
Properties
| Improve this Doc View SourceAsOther
Gets this instance as a Other, or null
.
Declaration
public ClassificationType.Other AsOther { get; }
Property Value
Type | Description |
---|---|
ClassificationType.Other |
AsPersonalInformation
Gets this instance as a PersonalInformation, or null
.
Declaration
public ClassificationType.PersonalInformation AsPersonalInformation { get; }
Property Value
Type | Description |
---|---|
ClassificationType.PersonalInformation |
AsPii
Gets this instance as a Pii, or null
.
Declaration
public ClassificationType.Pii AsPii { get; }
Property Value
Type | Description |
---|---|
ClassificationType.Pii |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPersonalInformation
Gets a value indicating whether this instance is PersonalInformation
Declaration
public bool IsPersonalInformation { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPii
Gets a value indicating whether this instance is Pii
Declaration
public bool IsPii { get; }
Property Value
Type | Description |
---|---|
System.Boolean |