StatusInfo Class

Class to save the status information
Inheritance Hierarchy

SystemObject
  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

public class StatusInfo

The StatusInfo type exposes the following members.

Constructors

  NameDescription
Public methodStatusInfo
Constructor initializes the status to Error
Public methodStatusInfo(StatusEnum)
Constructor
Public methodStatusInfo(StatusEnum, String)
Constructor
Top
Properties

  NameDescription
Public propertyStatus
Sets the status. By defauilt it is Error.
Public propertyStatusMessage
Message associated with the status. Initially initialized with an empty string.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the provided object is equal to the current object
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
warning CS0659: Class overrides Object.Equals(object o) but does not override Object.GetHashCode() -> Hence dummy method to remove this warning.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Overrided method
(Overrides ObjectToString.)
Top
See Also