Class to save the status information
Inheritance Hierarchy
Unisys.AgileBusiness.RuntimeAPIStatusInfo
Namespace: Unisys.AgileBusiness.RuntimeAPI
Assembly: Unisys.AgileBusiness.RuntimeAPI (in Unisys.AgileBusiness.RuntimeAPI.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
The StatusInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | StatusInfo |
Constructor initializes the status to Error
|
![]() | StatusInfo(StatusEnum) |
Constructor
|
![]() | StatusInfo(StatusEnum, String) |
Constructor
|
Properties
Name | Description | |
---|---|---|
![]() | Status |
Sets the status. By defauilt it is Error.
|
![]() | StatusMessage |
Message associated with the status. Initially initialized with an empty string.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals |
Determines whether the provided object is equal to the current object
(Overrides ObjectEquals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode |
warning CS0659: Class overrides Object.Equals(object o) but does not override Object.GetHashCode() -> Hence dummy method to remove this warning.
(Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Overrided method
(Overrides ObjectToString.) |
See Also