JsonResult Class

Spotfire 14.2 API Reference
Class used to return correct Json from web services.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Web.Worker.DiagnosticsJsonResult

Namespace:  Spotfire.Dxp.Web.Worker.Diagnostics
Assembly:  Spotfire.Dxp.Web (in Spotfire.Dxp.Web.dll) Version: 64.0.19302.3267 (64.0.19302.3267)
Syntax

C#
[DataContractAttribute(Namespace = "http://schemas.spotfire.tibco.com/")]
public class JsonResult

The JsonResult type exposes the following members.

Constructors

  NameDescription
Public methodJsonResult
Top
Properties

  NameDescription
Public propertyResult
Gets or sets the result.
Top
Methods

  NameDescription
Public methodStatic memberBoolAsJsonResult
Serialize a bool in the way the TSS want it.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from 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
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIntAsJsonResult
Serialize a bool in the way the TSS want it.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberSetToJson
Try to set outgoing ContentType to json.
Public methodStatic memberStringAsJsonResult
Serialize a string in the way the TSS want it.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Version Information

Supported in: 11.6, 11.5, 11.4, 11.3
See Also

Reference