Reason for the state change.

C# |
public class StateReason

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | StateReason()()()() | Initializes a new instance of the StateReason class |
![]() | Code |
Reason code for the state change.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | IsSetCode()()()() |
Checks if Code property is set
|
![]() | IsSetMessage()()()() |
Checks if Message property is set
|
![]() | Message |
Message for the state change.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithCode(String) | Obsolete.
Sets the reason code for the state change.
|
![]() | WithMessage(String) | Obsolete.
Sets the message for the state change.
|

Object | |
![]() | StateReason |