Class PlacementRestriction
The placement restriction object
Inheritance
System.Object
PlacementRestriction
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 PlacementRestriction
Constructors
| Improve this Doc View SourcePlacementRestriction()
Initializes a new instance of the PlacementRestriction class.
Declaration
public PlacementRestriction()
Properties
| Improve this Doc View SourceAsAustraliaOnly
Gets this instance as a AustraliaOnly, or null
.
Declaration
public PlacementRestriction.AustraliaOnly AsAustraliaOnly { get; }
Property Value
Type | Description |
---|---|
PlacementRestriction.AustraliaOnly |
AsEuropeOnly
Gets this instance as a EuropeOnly, or null
.
Declaration
public PlacementRestriction.EuropeOnly AsEuropeOnly { get; }
Property Value
Type | Description |
---|---|
PlacementRestriction.EuropeOnly |
AsJapanOnly
Gets this instance as a JapanOnly, or null
.
Declaration
public PlacementRestriction.JapanOnly AsJapanOnly { get; }
Property Value
Type | Description |
---|---|
PlacementRestriction.JapanOnly |
AsNone
Gets this instance as a None, or null
.
Declaration
public PlacementRestriction.None AsNone { get; }
Property Value
Type | Description |
---|---|
PlacementRestriction.None |
AsOther
Gets this instance as a Other, or null
.
Declaration
public PlacementRestriction.Other AsOther { get; }
Property Value
Type | Description |
---|---|
PlacementRestriction.Other |
AsUkOnly
Gets this instance as a UkOnly, or null
.
Declaration
public PlacementRestriction.UkOnly AsUkOnly { get; }
Property Value
Type | Description |
---|---|
PlacementRestriction.UkOnly |
IsAustraliaOnly
Gets a value indicating whether this instance is AustraliaOnly
Declaration
public bool IsAustraliaOnly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsEuropeOnly
Gets a value indicating whether this instance is EuropeOnly
Declaration
public bool IsEuropeOnly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsJapanOnly
Gets a value indicating whether this instance is JapanOnly
Declaration
public bool IsJapanOnly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNone
Gets a value indicating whether this instance is None
Declaration
public bool IsNone { 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 |
IsUkOnly
Gets a value indicating whether this instance is UkOnly
Declaration
public bool IsUkOnly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |