Class IdentifierType
The identifier type object
Inheritance
System.Object
IdentifierType
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 IdentifierType
Constructors
| Improve this Doc View SourceIdentifierType()
Initializes a new instance of the IdentifierType class.
Declaration
public IdentifierType()
Properties
| Improve this Doc View SourceAsEmail
Gets this instance as a Email, or null
.
Declaration
public IdentifierType.Email AsEmail { get; }
Property Value
Type | Description |
---|---|
IdentifierType.Email |
AsFacebookProfileName
Gets this instance as a FacebookProfileName, or null
.
Declaration
public IdentifierType.FacebookProfileName AsFacebookProfileName { get; }
Property Value
Type | Description |
---|---|
IdentifierType.FacebookProfileName |
AsOther
Gets this instance as a Other, or null
.
Declaration
public IdentifierType.Other AsOther { get; }
Property Value
Type | Description |
---|---|
IdentifierType.Other |
IsEmail
Gets a value indicating whether this instance is Email
Declaration
public bool IsEmail { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsFacebookProfileName
Gets a value indicating whether this instance is FacebookProfileName
Declaration
public bool IsFacebookProfileName { 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 |