The Status type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(Object) |
Implements IEquatable.
(Overrides ValueType..::..Equals(Object).) | |
Equals(Status) |
Implements IEquatable.
| |
GetHashCode |
Implements IEquatable.
(Overrides ValueType..::..GetHashCode()()()().) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString |
Returns a simple string representation of the status.
(Overrides ValueType..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
Code |
The numeric code of the status.
| |
IsBad |
True if this status is bad.
| |
IsGood |
True if this status is good.
| |
IsUncertain |
True if this status is uncertain.
|