Show / Hide Table of Contents

Class MemberStatus

The member status object

Inheritance
System.Object
MemberStatus
MemberStatus.Active
MemberStatus.Invited
MemberStatus.MovedToAnotherTeam
MemberStatus.NotJoined
MemberStatus.Other
MemberStatus.Removed
MemberStatus.Suspended
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 MemberStatus

Constructors

| Improve this Doc View Source

MemberStatus()

Initializes a new instance of the MemberStatus class.

Declaration
public MemberStatus()

Properties

| Improve this Doc View Source

AsActive

Gets this instance as a Active, or null.

Declaration
public MemberStatus.Active AsActive { get; }
Property Value
Type Description
MemberStatus.Active
| Improve this Doc View Source

AsInvited

Gets this instance as a Invited, or null.

Declaration
public MemberStatus.Invited AsInvited { get; }
Property Value
Type Description
MemberStatus.Invited
| Improve this Doc View Source

AsMovedToAnotherTeam

Gets this instance as a MovedToAnotherTeam, or null.

Declaration
public MemberStatus.MovedToAnotherTeam AsMovedToAnotherTeam { get; }
Property Value
Type Description
MemberStatus.MovedToAnotherTeam
| Improve this Doc View Source

AsNotJoined

Gets this instance as a NotJoined, or null.

Declaration
public MemberStatus.NotJoined AsNotJoined { get; }
Property Value
Type Description
MemberStatus.NotJoined
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsRemoved

Gets this instance as a Removed, or null.

Declaration
public MemberStatus.Removed AsRemoved { get; }
Property Value
Type Description
MemberStatus.Removed
| Improve this Doc View Source

AsSuspended

Gets this instance as a Suspended, or null.

Declaration
public MemberStatus.Suspended AsSuspended { get; }
Property Value
Type Description
MemberStatus.Suspended
| Improve this Doc View Source

IsActive

Gets a value indicating whether this instance is Active

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

IsInvited

Gets a value indicating whether this instance is Invited

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

IsMovedToAnotherTeam

Gets a value indicating whether this instance is MovedToAnotherTeam

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

IsNotJoined

Gets a value indicating whether this instance is NotJoined

Declaration
public bool IsNotJoined { 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

IsRemoved

Gets a value indicating whether this instance is Removed

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

IsSuspended

Gets a value indicating whether this instance is Suspended

Declaration
public bool IsSuspended { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • MemberStatus()
  • Properties
    • AsActive
    • AsInvited
    • AsMovedToAnotherTeam
    • AsNotJoined
    • AsOther
    • AsRemoved
    • AsSuspended
    • IsActive
    • IsInvited
    • IsMovedToAnotherTeam
    • IsNotJoined
    • IsOther
    • IsRemoved
    • IsSuspended
Back to top Generated by DocFX