The Status type exposes the following members.

Methods

  NameDescription
Public methodEquals(Object)
Implements IEquatable.
(Overrides ValueType..::..Equals(Object).)
Public methodEquals(Status)
Implements IEquatable.
Public methodGetHashCode
Implements IEquatable.
(Overrides ValueType..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a simple string representation of the status.
(Overrides ValueType..::..ToString()()()().)

Properties

  NameDescription
Public propertyCode
The numeric code of the status.
Public propertyIsBad
True if this status is bad.
Public propertyIsGood
True if this status is good.
Public propertyIsUncertain
True if this status is uncertain.

See Also