Class MemberStatus
The member status object
Inheritance
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class MemberStatus
Constructors
| Improve this Doc View SourceMemberStatus()
Initializes a new instance of the MemberStatus class.
Declaration
public MemberStatus()
Properties
| Improve this Doc View SourceAsActive
Gets this instance as a Active, or null
.
Declaration
public MemberStatus.Active AsActive { get; }
Property Value
Type | Description |
---|---|
MemberStatus.Active |
AsInvited
Gets this instance as a Invited, or null
.
Declaration
public MemberStatus.Invited AsInvited { get; }
Property Value
Type | Description |
---|---|
MemberStatus.Invited |
AsMovedToAnotherTeam
Gets this instance as a MovedToAnotherTeam, or null
.
Declaration
public MemberStatus.MovedToAnotherTeam AsMovedToAnotherTeam { get; }
Property Value
Type | Description |
---|---|
MemberStatus.MovedToAnotherTeam |
AsNotJoined
Gets this instance as a NotJoined, or null
.
Declaration
public MemberStatus.NotJoined AsNotJoined { get; }
Property Value
Type | Description |
---|---|
MemberStatus.NotJoined |
AsOther
Gets this instance as a Other, or null
.
Declaration
public MemberStatus.Other AsOther { get; }
Property Value
Type | Description |
---|---|
MemberStatus.Other |
AsRemoved
Gets this instance as a Removed, or null
.
Declaration
public MemberStatus.Removed AsRemoved { get; }
Property Value
Type | Description |
---|---|
MemberStatus.Removed |
AsSuspended
Gets this instance as a Suspended, or null
.
Declaration
public MemberStatus.Suspended AsSuspended { get; }
Property Value
Type | Description |
---|---|
MemberStatus.Suspended |
IsActive
Gets a value indicating whether this instance is Active
Declaration
public bool IsActive { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInvited
Gets a value indicating whether this instance is Invited
Declaration
public bool IsInvited { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMovedToAnotherTeam
Gets a value indicating whether this instance is MovedToAnotherTeam
Declaration
public bool IsMovedToAnotherTeam { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNotJoined
Gets a value indicating whether this instance is NotJoined
Declaration
public bool IsNotJoined { 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 |
IsRemoved
Gets a value indicating whether this instance is Removed
Declaration
public bool IsRemoved { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSuspended
Gets a value indicating whether this instance is Suspended
Declaration
public bool IsSuspended { get; }
Property Value
Type | Description |
---|---|
System.Boolean |