CallOrbit Members
Include Protected Members
Include Inherited Members
Represents orbit details for parking and retrieving a call.
The CallOrbit type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CallOrbit(String) | Creates a new instance of the CallOrbit class, specifying the orbit number. | |
CallOrbit(String, String) | Creates a new instance of the CallOrbit class, specifying the orbit number and the safe retrieval URI. |
Top
Properties
Name | Description | |
---|---|---|
OrbitNumber | Gets the string representation of the orbit number. | |
OrbitUri | Gets the safe retrieval URI, if available. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | Gets whether the two call orbits are equal. (Overrides Object.Equals(Object).) | |
Equals(CallOrbit) | Gets whether the two call orbits are equal. | |
Finalize | (inherited from Object) | |
GetHashCode | Gets the hash code for this instance. (Overrides Object.GetHashCode().) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Gets whether the two call orbits are equal. | |
Inequality | Gets whether the two call orbits are unequal. |
Top