Click or drag to resize
StatusJson Class
A command status
Inheritance Hierarchy

Namespace:  BlackBerry.Workspaces.Json
Assembly:  BlackBerryWorkspacesSDK (in BlackBerryWorkspacesSDK.dll) Version: 7.0.0.223 (7.0.0.223)
Syntax
C#
public class StatusJson : BaseJson

The StatusJson type exposes the following members.

Constructors
  NameDescription
Public methodStatusJson
Initializes a new instance of the StatusJson class
Top
Properties
  NameDescription
Public propertyDocumentState
Representing status: completed, in progress, error.
Public propertyErrorText
String with explanatory text in case of error.
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyStatusCode
Integer representation of the status. Following is the list of possible values: 0 - COMPLETED 1 - CREATED 2 - CONVERTED_ONLY 3 - SEALED_ONLY 10 - UPLOAD_STARTED 11 - UPLOAD_FAILED 20 - CONVERSION_STARTED 21 - CONVERSION_FAILED 22 - CONVERSION_FINISHED 24 - SUBMISSION_STARTED 25 - SUBMISSION_FAILED 30 - SEAL_STARTED 31 - SEALING_FAILED 32 - SEAL_FINISHED 41 - DOCUMENT_ALREADY_SEALED
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts the object into a JSON string.
(Inherited from BaseJson.)
Top
See Also