JsonSerializationData

JsonSerializationData Class

The result of a serialization request.

Syntax

public class JsonSerializationData : Sansar.Script.OperationCompleteEvent

Remarks

 

Requirements

Namespace: Sansar.Utility
Assembly: Sansar.Script (in Sansar.Script.dll)
Assembly Versions: 1.0.0.0

Members

See Also: Inherited members from Sansar.Script.OperationCompleteEvent.

Public Constructors

 
Documentation for this section has not yet been entered.

Public Properties

[read-only]
 
Exception Exception . If an operation threw an exception Success will be false and the exception will be stored here. (Inherited from Sansar.Script.OperationCompleteEvent.)
[read-only]
 
JsonString string . The Json string.
[read-only]
 
Message string . If Success is false, Message may contain more information about the failure. (Inherited from Sansar.Script.OperationCompleteEvent.)
[read-only]
 
Object object . The object.
[read-only]
 
Success bool . Whether or not the operation completed successfully. (Inherited from Sansar.Script.OperationCompleteEvent.)

Public Methods

override
ToString () : string
Generates a string representation of the EventData. (Inherited from Sansar.Script.EventData.)

Member Details

JsonSerializationData Constructor

Documentation for this section has not yet been entered.

Syntax

public JsonSerializationData ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Sansar.Utility
Assembly: Sansar.Script (in Sansar.Script.dll)
Assembly Versions: 1.0.0.0

JsonString Property

The Json string.

Syntax

public string JsonString { get; }

Value

Documentation for this section has not yet been entered.

Remarks

 

Requirements

Namespace: Sansar.Utility
Assembly: Sansar.Script (in Sansar.Script.dll)
Assembly Versions: 1.0.0.0

Object Property

The object.

Syntax

public object Object { get; }

Value

Documentation for this section has not yet been entered.

Remarks

 

Requirements

Namespace: Sansar.Utility
Assembly: Sansar.Script (in Sansar.Script.dll)
Assembly Versions: 1.0.0.0


Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

0 Comments

Article is closed for comments.